You've already forked STARK
mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-11-23 21:34:45 +02:00
6 lines
81 B
Python
6 lines
81 B
Python
|
|
from django.apps import AppConfig
|
||
|
|
|
||
|
|
|
||
|
|
class ApiConfig(AppConfig):
|
||
|
|
name = 'api'
|