mirror of
https://gitlab.crans.org/bde/nk20-scripts
synced 2025-02-11 01:31:20 +00:00
9 lines
184 B
Python
9 lines
184 B
Python
|
# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
|
||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||
|
|
||
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class ScriptsConfig(AppConfig):
|
||
|
name = 'scripts'
|