1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

migrate config models to models module

This commit is contained in:
checktheroads
2020-10-11 13:14:07 -07:00
parent f0ca060744
commit 6841cb65f5
21 changed files with 574 additions and 548 deletions

View File

@@ -8,7 +8,7 @@ from hyperglass.log import log
from hyperglass.models.api import Query
from hyperglass.parsing.nos import scrape_parsers, structured_parsers
from hyperglass.parsing.common import parsers
from hyperglass.configuration.models.devices import Device
from hyperglass.models.config.devices import Device
from ._construct import Construct