mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 00:38:06 +00:00
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,
|
|
)
|