открытие сырой версии

This commit is contained in:
2022-11-24 13:53:08 +07:00
parent 5199ee7d44
commit 949092707c
7 changed files with 106 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
from Bot import start_work_bot
def main():
start_work_bot()
if __name__ == '__main__':
main()