mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-03 03:45:52 +01:00
9 lines
133 B
Python
Executable File
9 lines
133 B
Python
Executable File
# -*- coding: utf-8 -*-
|
|
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class WebsitefunctionsConfig(AppConfig):
|
|
name = 'websiteFunctions'
|