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

7 lines
90 B
Python
Raw Normal View History

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