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