mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
3 lines
102 B
Python
3 lines
102 B
Python
from pkg_resources import get_distribution
|
|
|
|
__version__ = get_distribution("django-defender").version
|