mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-02-05 22:29:05 +01: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'
|