Files
IPsecExporter/ipsec_exporter.py
2024-04-06 01:15:31 +02:00

5 lines
82 B
Python

from src.app import App
if __name__ == "__main__":
app = App()
app.main()