mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-04-01 09:50:04 +02:00
9 lines
113 B
Python
9 lines
113 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class TuningConfig(AppConfig):
|
|
name = 'tuning'
|