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