restpi/restpi/settings/__init__.py

9 wiersze
114 B
Python
Czysty Zwykły widok Historia

2019-01-28 00:09:01 +00:00
from .shared import *
try:
from .local import *
except:
from .prod import *
from .pin_settings import *