3 lines
69 B
Python
3 lines
69 B
Python
|
|
class ai_agent_templete:
|
||
|
|
def __init__(self) -> None:
|
||
|
|
pass
|