Add CLI commands module
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-02 19:57:10 +00:00
parent 8b8d98daab
commit 45a07e51d3

5
src/cli/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
"""CLI interface for OpenAPI Mock Generator."""
from src.cli.commands import cli
__all__ = ["cli"]