Initial commit
This commit is contained in:
commit
5fb00f30d1
22 changed files with 1128 additions and 0 deletions
7
yksa_orbital/apps.py
Normal file
7
yksa_orbital/apps.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class OrbitalConfig(AppConfig):
|
||||
name = "yksa_orbital"
|
||||
label = "yksa_orbital"
|
||||
verbose_name = "Orbital propagation"
|
||||
Loading…
Add table
Add a link
Reference in a new issue