from django.apps import AppConfig


class ApiConfig(AppConfig):
    name = "baserow.api"
