pssecret-server/pssecret/__init__.py
2024-12-25 18:35:01 +01:00

5 lines
47 B
Python

__all__ = [
"cli",
]
from .cli import cli