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

8 lines
126 B
Python
Executable File

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