Files
7000pctAUTO 8c7b6236cc
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:43 +00:00

4 lines
76 B
Python

from api_snapshot.server.server import create_app
__all__ = ["create_app"]