mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
15 lines
202 B
Python
15 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,
|
|
)
|