6 lines
114 B
Python
6 lines
114 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class A3ProspectOnTheGoConfig(AppConfig):
|
|
name = "api.prospect_on_the_go"
|