1
0
Fork 0
mirror of https://github.com/Findus23/rebound-stubs.git synced 2024-09-19 15:13:48 +02:00
rebound-stubs/rebound/data.pyi

8 lines
137 B
Python
Raw Permalink Normal View History

2021-02-17 14:12:42 +01:00
from . import Simulation
2021-01-14 19:09:42 +01:00
def add_outer_solar_system(sim: Simulation) -> None: ...
2021-02-17 14:12:42 +01:00
2021-01-14 19:09:42 +01:00
def add_solar_system(sim: Simulation) -> None: ...