Move some functions to standard library
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from smnp.module.system.function import sleep, display, debug, exit, type
|
||||
from smnp.module.system.function import sleep, display, displayln, debug, exit, type
|
||||
|
||||
functions = [ debug.function, display.function, exit.function, sleep.function, type.function ]
|
||||
functions = [ debug.function, display.function, displayln.function, exit.function, sleep.function, type.function ]
|
||||
methods = []
|
||||
Reference in New Issue
Block a user