mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-23 06:50:23 +00:00
4 lines
126 B
Python
4 lines
126 B
Python
from .choices import Choices # noqa:F401
|
|
from .tracker import FieldTracker, ModelTracker # noqa:F401
|
|
|
|
__version__ = '4.0.1'
|