1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-02-06 15:23:00 +00:00
nk20/activity/__init__.py

6 lines
185 B
Python
Raw Normal View History

2019-07-08 13:59:31 +02:00
# -*- mode: python; coding: utf-8 -*-
# Copyright (C) 2018-2019 by BDE ENS Paris-Saclay
# SPDX-License-Identifier: GPL-3.0-or-later
2019-07-16 12:43:23 +02:00
default_app_config = 'activity.apps.ActivityConfig'