mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
model restructure, front-end improvements
This commit is contained in:
@@ -7,13 +7,14 @@ Validates input for overridden parameters.
|
||||
"""
|
||||
|
||||
# Project Imports
|
||||
from hyperglass.configuration.models._utils import clean_name
|
||||
from hyperglass.configuration.models._utils import HyperglassModel
|
||||
from hyperglass.configuration.models._utils import clean_name
|
||||
|
||||
|
||||
class Network(HyperglassModel):
|
||||
"""Model for per-network/asn config in devices.yaml"""
|
||||
|
||||
name: str
|
||||
display_name: str
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user