mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-18 14:57:46 +01:00
8 lines
144 B
Python
8 lines
144 B
Python
from __future__ import unicode_literals
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class VirtualizationConfig(AppConfig):
|
|
name = 'virtualization'
|