mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
4 lines
106 B
Python
4 lines
106 B
Python
from .choices import Choices
|
|
from .tracker import FieldTracker, ModelTracker
|
|
|
|
__version__ = '1.5.0.post1'
|