Source code for common.helpers.test

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


import scipost.management.commands.add_groups_and_permissions


[docs]def add_groups_and_permissions(): scipost.management.commands.add_groups_and_permissions.Command().handle( verbose=False )