mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-04-05 06:20:59 +00:00
5 lines
100 B
Python
5 lines
100 B
Python
|
|
from .choices import Choices
|
||
|
|
from .tracker import FieldTracker, ModelTracker
|
||
|
|
|
||
|
|
__version__ = '3.1.2'
|