pssecret-server/pssecret/__init__.py

6 lines
47 B
Python
Raw Normal View History

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