mirror of
https://github.com/Rushilwiz/think-openly.git
synced 2025-05-06 18:29:51 -04:00
6 lines
81 B
Python
6 lines
81 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ApiConfig(AppConfig):
|
|
name = 'api'
|