mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-23 22:13:53 -04:00
6 lines
81 B
Python
6 lines
81 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class WolConfig(AppConfig):
|
|
name = 'wol'
|