coins-demo/todo/__init__.py
2019-04-12 00:09:01 -07:00

12 lines
271 B
Python

"""
A multi-user, multi-group task management and assignment system for Django.
"""
__version__ = "2.4.6"
__author__ = "Scot Hacker"
__email__ = "shacker@birdhouse.org"
__url__ = "https://github.com/shacker/django-todo"
__license__ = "BSD License"
from . import check