Add files via upload

This commit is contained in:
Matvey Tarasov
2017-05-15 20:52:58 +03:00
committed by GitHub
parent 3b42600600
commit 6bf29e1e5c
5 changed files with 108 additions and 1 deletions

10
start.py Normal file
View File

@@ -0,0 +1,10 @@
import main
#script for the start
if __name__ == '__main__':
while True:
#try:
main.main()
#except:
#pass