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