Files
CyberPanel/hypervisor/apps.py
2018-09-10 01:45:43 +05:00

9 lines
160 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.apps import AppConfig
class HypervisorConfig(AppConfig):
name = 'hypervisor'