This commit is contained in:
12
src/__main__.py
Normal file
12
src/__main__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""Entry point for the OpenAPI Mock Generator CLI."""
|
||||
|
||||
from src.cli.commands import cli
|
||||
|
||||
|
||||
def main() -> None:
|
||||
"""Main entry point for the CLI."""
|
||||
cli()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user