7 lines
116 B
Python
7 lines
116 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class MlscoreConfig(AppConfig):
|
|
name = "apps.mlscore"
|
|
label = "mlscore"
|