mirror of
https://github.com/Rushilwiz/SkoolOS.git
synced 2025-04-29 00:09:53 -04:00
6 lines
89 B
Python
6 lines
89 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SkoolosConfig(AppConfig):
|
|
name = 'skoolos'
|