Files
tuir/rtv/__init__.py
2015-03-20 02:12:01 -07:00

6 lines
182 B
Python

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