scripts/python/dev/test.py
2025-04-14 09:22:15 +02:00

5 lines
87 B
Python

from datetime import datetime
current_year = datetime.now().year
print(current_year)