7 lines
162 B
Python
7 lines
162 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class OrbitalConfig(AppConfig):
|
|
name = "yksa_orbital"
|
|
label = "yksa_orbital"
|
|
verbose_name = "Orbital propagation"
|