mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +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.4'
|
|
__all__ = ['Configuration', 'pristinemethod', 'Settings']
|