mirror of
https://github.com/rjNemo/copro-api
synced 2026-06-09 03:46:48 +00:00
5 lines
81 B
Python
5 lines
81 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ApiConfig(AppConfig):
|
|
name = 'api'
|