summaryrefslogtreecommitdiffstats
path: root/src/fringlib/__init__.py
blob: ab51cdcc65f5cd3170bad7d512d8bae982f81f5b (plain)
1
2
3
4
5
6
7
8
9
10

import gettext
gettext.install('fring')
# change to test a translation
#lang = gettext.translation('fring', languages=['fr'])
#lang.install()

from fringwalker import *
from fringrenderer import *
from fringui import *