mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-11 06:40:14 +01:00
6 lines
89 B
Python
6 lines
89 B
Python
|
|
from django.apps import AppConfig
|
||
|
|
|
||
|
|
|
||
|
|
class WebmailConfig(AppConfig):
|
||
|
|
name = 'webmail'
|