1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-13 08:41:46 +00:00
bramw_baserow/backend/src/baserow/core/apps.py

5 lines
90 B
Python

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