File: __main__.py

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

load_translations()

print(hallo())