class documentation
class Direction(_Enum):
Enum describing the temporal direction.
- Forward: Forward in time, from the present point to the future
- Backward: Backward in time, from the present point to the past
class Direction(_Enum):
Enum describing the temporal direction.