Add core modules: CLI, recorder, server, snapshot manager
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / type-check (push) Has been cancelled

This commit is contained in:
2026-02-04 13:34:37 +00:00
parent 83d9fbeb40
commit 782f89d30f

4
api_snapshot/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from api_snapshot.cli import main
__version__ = "0.1.0"
__all__ = ["main"]