Files
CyberPanel/serverLogs/apps.py
2025-06-15 01:10:08 +05:00

9 lines
121 B
Python

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