1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-26 05:37:13 +00:00
bramw_baserow/backend/src/baserow/core/config.py

5 lines
91 B
Python

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