Files
firegex-traffic-viewer/proxy-client/firegex/__main__.py
2025-02-09 22:43:54 +01:00

8 lines
131 B
Python

#!/usr/bin/env python3
# TODO implement cli start function
from firegexproxy.cli import run
if __name__ == "__main__":
run()