mirror of
https://gitlab.crans.org/bde/nk20-scripts
synced 2024-12-03 13:47:01 +00:00
c518b3dddb
L'eveil du nanax See merge request bde/nk20-scripts!2
9 lines
184 B
Python
9 lines
184 B
Python
# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class ScriptsConfig(AppConfig):
|
|
name = 'scripts'
|