4 lines
77 B
Python
4 lines
77 B
Python
from src.parch_profiler.cli import app
|
|
|
|
if __name__ == "__main__":
|
|
app()
|