факит
This commit is contained in:
6
StaticHelper/__init__.py
Normal file
6
StaticHelper/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from StaticHelper.ai_interface import AIInterface
|
||||
|
||||
if __name__ == '__main__':
|
||||
ai = AIInterface()
|
||||
ai.work("")
|
||||
|
||||
Reference in New Issue
Block a user