mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-05-08 15:44:46 +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']
|