Source code for organizations.apps

from django.apps import AppConfig


[docs]class OrganizationsConfig(AppConfig): name = "organizations"