This commit is contained in:
5
src/cli/__init__.py
Normal file
5
src/cli/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
"""CLI interface for OpenAPI Mock Generator."""
|
||||||
|
|
||||||
|
from src.cli.commands import cli
|
||||||
|
|
||||||
|
__all__ = ["cli"]
|
||||||
Reference in New Issue
Block a user