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