Skip to content

Commit

Permalink
FIX: Add CameraAnimation class to __all__ in __init__.pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
WassCodeur committed Jul 10, 2024
1 parent c0d109c commit fe1c289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fury/animation/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

__all__ = [
"Animation",
"CameraAnimation",
"Timeline",
"euclidean_distances",
"get_next_timestamp",
Expand All @@ -24,7 +25,7 @@ __all__ = [
"xyz_color_interpolator",
]

from .animation import Animation
from .animation import Animation, CameraAnimation
from .helpers import (
euclidean_distances,
get_next_timestamp,
Expand Down

0 comments on commit fe1c289

Please sign in to comment.