forked from mirrors/thatmattlove-hyperglass
14 lines
202 B
Python
14 lines
202 B
Python
"""hyperglass Configuration."""
|
|
|
|
# Local
|
|
from .main import (
|
|
URL_DEV,
|
|
URL_PROD,
|
|
CONFIG_PATH,
|
|
STATIC_PATH,
|
|
REDIS_CONFIG,
|
|
params,
|
|
devices,
|
|
commands,
|
|
frontend_params,
|
|
)
|