twblue/src/url_shortener/__init__.py

4 lines
90 B
Python

from __future__ import unicode_literals
from . import shorteners
from . __main__ import *