mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-01 13:19:44 +01:00
9 lines
172 B
Python
9 lines
172 B
Python
# -*- coding: utf-8 -*-
|
|
from __future__ import unicode_literals
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class WebsitefunctionsConfig(AppConfig):
|
|
name = 'websiteFunctions'
|