7 lines
118 B
Python
7 lines
118 B
Python
|
|
from StaticHelper.ai_interface import AIInterface
|
||
|
|
|
||
|
|
if __name__ == '__main__':
|
||
|
|
ai = AIInterface()
|
||
|
|
ai.work("")
|
||
|
|
|