mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 13:25:51 +01:00
9 lines
168 B
Python
Executable File
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'
|