14 lines
207 B
Python
14 lines
207 B
Python
'''
|
|
scwrypts
|
|
|
|
python library functions and invoker for scwrypts
|
|
'''
|
|
|
|
__all__ = [
|
|
'scwrypts',
|
|
'execute',
|
|
'interactive',
|
|
]
|
|
|
|
from .scwrypts import scwrypts, execute, interactive
|