факит

This commit is contained in:
Mikan
2025-06-02 16:43:01 +03:00
parent 4f10dd93c5
commit 6ede1ca15f
13 changed files with 720 additions and 17 deletions

6
StaticHelper/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
from StaticHelper.ai_interface import AIInterface
if __name__ == '__main__':
ai = AIInterface()
ai.work("")