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