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