Files
G4F/StaticHelper/__init__.py
2025-06-02 16:43:01 +03:00

7 lines
118 B
Python

from StaticHelper.ai_interface import AIInterface
if __name__ == '__main__':
ai = AIInterface()
ai.work("")