diff --git a/pyorerun/live_animation.py b/pyorerun/live_animation.py index b2b2e16..e16d1ef 100644 --- a/pyorerun/live_animation.py +++ b/pyorerun/live_animation.py @@ -4,7 +4,8 @@ import numpy as np import rerun as rr -from pyorerun import BiorbdModel, PhaseRerun +from .biorbd_components.model_interface import BiorbdModel +from .phase_rerun import PhaseRerun class LiveModelAnimation: