This commit is contained in:
Mike 2020-07-26 01:13:47 +01:00
커밋 8b29523643
2개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제

5
.gitignore vendored Normal file
파일 보기

@ -0,0 +1,5 @@
#
.idea/

11
Pipfile Normal file
파일 보기

@ -0,0 +1,11 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
[requires]
python_version = "3.7"