YREA-SLS/SLS_Python/sls_py/__init__.py

9 lines
161 B
Python

"""sls — Python skeleton for SLS reimplementation
Expose package version and small helpers here.
"""
__all__ = ["__version__", "cli"]
__version__ = "0.0.1"