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

9 lines
123 B
Python

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