Source code for jaxoplanet.proto
__all__ = ["LightCurveOrbit"]
from typing import Protocol
from jaxoplanet.types import Scalar
[docs]
class LightCurveOrbit(Protocol):
"""An interface for orbits that can be used to compute light curves"""
@property
@property
@property