SAE-A2-TruthInquiry/data_persistance/locales.py

6 lines
76 B
Python

from tables import Locale
LOCALES = [
Locale(0,"EN", "Hello World"),
]