Proper classes

This commit is contained in:
2020-11-08 15:37:01 +01:00
parent de91c6a9cc
commit 5b742c9b5d
7 changed files with 163 additions and 8 deletions

7
aoe_bot.py Normal file
View File

@@ -0,0 +1,7 @@
import aoe_commands
import aoe_start_routine
import aoe_recognition
aoe_recognition.wait_for_start()
aoe_start_routine.run_start_routine()
aoe_recognition.collect_screenshots()