7
src/docgen/__main__.py
Normal file
7
src/docgen/__main__.py
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
"""Entry point for the DocGen CLI."""
|
||||||
|
|
||||||
|
import sys
|
||||||
|
from docgen.cli import app
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
sys.exit(app())
|
||||||
Reference in New Issue
Block a user