Files
scwrypts/py/lib/scwrypts/__init__.py

14 lines
207 B
Python

'''
scwrypts
python library functions and invoker for scwrypts
'''
__all__ = [
'scwrypts',
'execute',
'interactive',
]
from .scwrypts import scwrypts, execute, interactive