mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2025-03-25 00:39:20 +00:00
6 lines
97 B
Python
6 lines
97 B
Python
![]() |
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class PreferencesConfig(AppConfig):
|
||
|
name = 'preferences'
|