4 lines
182 B
Python
4 lines
182 B
Python
from smnp.module.system.function import sleep, display, debug, exit, type
|
|
|
|
functions = [ debug.function, display.function, exit.function, sleep.function, type.function ]
|
|
methods = [] |