Refactor old work

This commit is contained in:
Jérome Eertmans
2022-07-12 17:11:32 +02:00
parent ddeb20646d
commit f3d2c4e731
10 changed files with 232 additions and 114 deletions

3
manim_slides/__init__.py Normal file
View File

@ -0,0 +1,3 @@
from .slide import Slide, ThreeDSlide
__version__ = "3.0.0"