summaryrefslogtreecommitdiff
path: root/web/apps/user_operation/apps.py
blob: ff65d1a385972295a60289e6defa203f1f2f3741 (plain)
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from django.apps import AppConfig


class UserOperationConfig(AppConfig):
    name = 'user_operation'