mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-12 03:19:36 -06: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'
|