Скопировал код для ретвиттов на новую модульную систему

This commit is contained in:
2017-05-16 15:02:58 +03:00
parent 565fced8ba
commit 92fa8e21b5
9 changed files with 128 additions and 79 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