cyberpanel/manageServices/apps.py

9 lines
129 B
Python

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