mirror of
https://github.com/jazzband/django-defender.git
synced 2026-05-04 05:34:49 +00:00
3 lines
102 B
Python
3 lines
102 B
Python
from pkg_resources import get_distribution
|
|
|
|
__version__ = get_distribution("django-defender").version
|