Files
api-snapshot-cli/api_snapshot/__init__.py
7000pctAUTO 782f89d30f
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / type-check (push) Has been cancelled
Add core modules: CLI, recorder, server, snapshot manager
2026-02-04 13:34:37 +00:00

5 lines
76 B
Python

from api_snapshot.cli import main
__version__ = "0.1.0"
__all__ = ["main"]