mirror of
https://github.com/Tencent/Metis.git
synced 2025-12-26 12:22:46 +00:00
9 lines
146 B
Python
9 lines
146 B
Python
# -*- coding: utf-8 -*-
|
|
from __future__ import unicode_literals
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class ApiConfig(AppConfig):
|
|
name = 'api'
|