misc/blackmesa/core/apps.py
2021-05-25 18:07:16 +02:00

6 lines
83 B
Python

from django.apps import AppConfig
class CoreConfig(AppConfig):
name = 'core'