OnlineJudge/group/apps.py
virusdefender 078de956e5 重构
2016-09-25 17:00:52 +08:00

8 lines
126 B
Python

from __future__ import unicode_literals
from django.apps import AppConfig
class GroupConfig(AppConfig):
name = 'group'