ctt/ctt.py

11 lines
114 B
Python
Raw Normal View History

#!/usr/bin/env python3
import calendar
import datetime
import locale
# Setup locale
print(locale.getlocale())