Files
CyberPanel/manageServices/apps.py
2019-06-08 21:41:43 +00:00

9 lines
168 B
Python
Executable File

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