Source code for profiles.apps

__copyright__ = "Copyright © Stichting SciPost (SciPost Foundation)"
__license__ = "AGPL v3"


from django.apps import AppConfig


[docs]class ProfilesConfig(AppConfig): name = "profiles"