mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-05-14 18:43:13 +00:00
6 lines
175 B
Python
6 lines
175 B
Python
# flake8: noqa
|
|
from .base import Settings, Configuration
|
|
from .decorators import pristinemethod
|
|
|
|
__version__ = '0.5'
|
|
__all__ = ['Configuration', 'pristinemethod', 'Settings']
|