This commit is contained in:
2024-04-06 01:15:31 +02:00
Unverified
parent 00c7875e65
commit f2e0554a02
5 changed files with 196 additions and 0 deletions

5
ipsec_exporter.py Normal file
View File

@@ -0,0 +1,5 @@
from src.app import App
if __name__ == "__main__":
app = App()
app.main()