YREA-SLS/SLS_Python/sls_py/__init__.py

7 lines
111 B
Python

"""sls — Python SLS reimplementation
Expose package version and small helpers here.
"""
__all__ = ["main"]