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/citations.pyi

7 lines
109 B
Python
Raw Normal View History

2021-01-14 19:09:42 +01:00
from typing import Tuple
from rebound import Simulation
def cite(sim: Simulation) -> Tuple[str, str]: ...