1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-07 22:00:14 +02:00

Add sporz app

This commit is contained in:
Alexandre Iooss
2019-08-15 11:36:39 +02:00
parent 07c21b9c79
commit 04c00fd5d0
8 changed files with 356 additions and 0 deletions

5
sporz/__init__.py Normal file
View File

@ -0,0 +1,5 @@
# -*- mode: python; coding: utf-8 -*-
# Copyright (C) 2017-2019 by BDE ENS Paris-Saclay
# SPDX-License-Identifier: GPL-3.0-or-later
default_app_config = 'sporz.apps.SporzConfig'