parch-profiler/__main__.py
2024-08-24 19:34:06 +03:30

4 lines
77 B
Python

from src.parch_profiler.cli import app
if __name__ == "__main__":
app()