Files
CyberPanel/pluginHolder/apps.py

9 lines
125 B
Python
Raw Normal View History

2018-10-08 22:12:05 +05:00
# -*- coding: utf-8 -*-
2019-12-10 15:09:10 +05:00
2018-10-08 22:12:05 +05:00
from django.apps import AppConfig
class PluginholderConfig(AppConfig):
name = 'pluginHolder'