Files
IPsecExporter/ipsec_exporter.py

5 lines
82 B
Python
Raw Permalink Normal View History

2024-04-06 01:15:31 +02:00
from src.app import App
if __name__ == "__main__":
app = App()
app.main()