7 lines
77 B
Python
7 lines
77 B
Python
#!/usr/bin/env python3
|
|
|
|
from paramecio.create_module import start
|
|
|
|
start()
|
|
|
|
|