Files
CyberPanel/manageServices/apps.py
2018-07-23 02:09:33 +05:00

9 lines
168 B
Python

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