LucaCappelletti94/ddd_subplots

View on GitHub
ddd_subplots/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
"""Module providing utilities to animate rotations of multidimensional objects."""
from .subplots import subplots
from .rotate import rotate
from .utils import display_video_at_path

__all__ = ["subplots", "rotate", "display_video_at_path"]