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

Reorganize virtualization models

This commit is contained in:
jeremystretch
2022-11-04 13:49:31 -04:00
parent f68c7fb188
commit fe73e90b7b
3 changed files with 141 additions and 147 deletions

View File

@@ -0,0 +1,2 @@
from .clusters import *
from .virtualmachines import *