mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-06-01 11:14:09 +02:00
9 lines
125 B
Python
9 lines
125 B
Python
|
|
# -*- coding: utf-8 -*-
|
||
|
|
|
||
|
|
|
||
|
|
from django.apps import AppConfig
|
||
|
|
|
||
|
|
|
||
|
|
class ServerstatusConfig(AppConfig):
|
||
|
|
name = 'serverStatus'
|