Statistics
| Branch: | Revision:

root / txapp / __init__.py @ 8:92f04bf7349c

History | View | Annotate | Download (112 Bytes)

1
# -*- coding: utf-8 -*-
2

    
3
"""
4
Django app to interact with Transifex.
5
"""
6

    
7

    
8
from txapp.init import setup
9
setup()
10