Files
tuir/rtv/__init__.py
2015-03-31 00:20:44 -05:00

7 lines
183 B
Python

from .__version__ import __version__
__title__ = 'Reddit Terminal Viewer'
__author__ = 'Michael Lazar'
__license__ = 'The MIT License (MIT)'
__copyright__ = '(c) 2015 Michael Lazar'