Files
firegex-traffic-viewer/proxy-client/firegex/__main__.py

8 lines
126 B
Python
Raw Normal View History

#!/usr/bin/env python3
# TODO implement cli start function
2025-02-14 01:04:29 +01:00
from firegex.cli import run
if __name__ == "__main__":
run()