mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
6 lines
163 B
Python
6 lines
163 B
Python
# flake8: noqa
|
|
from .base import Settings, Configuration
|
|
from .decorators import pristinemethod
|
|
|
|
__version__ = '0.3'
|
|
__all__ = ['Configuration', 'pristinemethod']
|