5 lines
75 B
Python
5 lines
75 B
Python
from paramecio.console import start
|
|
|
|
if __name__=="__main__":
|
|
start()
|
|
|