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

8 lines
131 B
Python
Raw Normal View History

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