6 lines
90 B
Python
6 lines
90 B
Python
"""NextBus Constants."""
|
|
|
|
DOMAIN = "nextbus"
|
|
|
|
CONF_AGENCY = "agency"
|
|
CONF_ROUTE = "route"
|