from . import hallo, load_translations

load_translations()

print(hallo())
