Files
prowler/lib/config.py
2022-06-14 12:22:54 +02:00

5 lines
119 B
Python

from datetime import datetime
timestamp = datetime.today().strftime("%Y-%m-%d %H:%M:%S")
prowler_version = "3.0-alfa"