Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or login to post a comment