mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-30 00:40:07 +02:00
9 lines
113 B
Python
Executable File
9 lines
113 B
Python
Executable File
# -*- coding: utf-8 -*-
|
|
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class BackupConfig(AppConfig):
|
|
name = 'backup'
|