Add core modules: CLI, recorder, server, snapshot manager
This commit is contained in:
4
api_snapshot/__init__.py
Normal file
4
api_snapshot/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from api_snapshot.cli import main
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__all__ = ["main"]
|
||||
Reference in New Issue
Block a user