File: __main__.py

package info (click to toggle)
python-setuptools-gettext 0.1.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: python: 343; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 76 bytes parent folder | download
1
2
3
4
5
from . import hallo, load_translations

load_translations()

print(hallo())