Re-structuring on new model

This commit is contained in:
Domingo Dirutigliano
2025-02-14 01:04:29 +01:00
parent ec3bd84aaf
commit 63e7f73139
12 changed files with 366 additions and 116 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# TODO implement cli start function
from firegexproxy.cli import run
from firegex.cli import run
if __name__ == "__main__":
run()