nfproxy module writing: written part of the firegex lib, frontend refactored and improved, c++ improves
This commit is contained in:
1
fgex-lib/fgex-pip/fgex/__init__.py
Normal file
1
fgex-lib/fgex-pip/fgex/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from firegex import *
|
||||
6
fgex-lib/fgex-pip/fgex/__main__.py
Normal file
6
fgex-lib/fgex-pip/fgex/__main__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from firegex.cli import run
|
||||
|
||||
if __name__ == "__main__":
|
||||
run()
|
||||
Reference in New Issue
Block a user