mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-17 10:27:07 +02:00
6 lines
144 B
Python
6 lines
144 B
Python
from django.apps import AppConfig
|
|
|
|
class PremiumPluginConfig(AppConfig):
|
|
name = 'premiumPlugin'
|
|
verbose_name = 'Premium Plugin Example'
|