twblue/src/url_shortener/__init__.py

4 lines
90 B
Python
Raw Normal View History

2019-06-06 11:52:23 -05:00
from __future__ import unicode_literals
from . import shorteners
2020-05-29 10:28:10 -05:00
from . __main__ import *