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