from Bot import start_work_bot def main(): start_work_bot() if __name__ == '__main__': main()