1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Split circuits models into submodules

This commit is contained in:
jeremystretch
2021-11-04 15:58:17 -04:00
parent 93772e7265
commit 806dcd74ec
3 changed files with 122 additions and 116 deletions

View File

@@ -0,0 +1,2 @@
from .circuits import *
from .providers import *