강상위

README modify

...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
4 > pip install pymysql 4 > pip install pymysql
5 - 보안상 user_info에서 DB id, password를 가져옵니다. 5 - 보안상 user_info에서 DB id, password를 가져옵니다.
6 - user_info.py에서 DB id, password를 설정하고 사용해주세요. 6 - user_info.py에서 DB id, password를 설정하고 사용해주세요.
7 -## 외부에서 사용법: 7 +
8 +## 외부에서 사용법
8 > from ReservationControl import * 9 > from ReservationControl import *
9 > from Users import * 10 > from Users import *
...\ No newline at end of file ...\ No newline at end of file
......