mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-07-15 00:52:15 +08:00
chore(fmt): auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@ -1,9 +1,8 @@
|
|||||||
"""Manim Slides' main entrypoint."""
|
"""Manim Slides' main entrypoint."""
|
||||||
|
|
||||||
from .cli.commands import main
|
|
||||||
|
|
||||||
from .__version__ import __version__
|
from .__version__ import __version__
|
||||||
from .checkhealth import checkhealth
|
from .checkhealth import checkhealth
|
||||||
|
from .cli.commands import main
|
||||||
from .convert import convert
|
from .convert import convert
|
||||||
from .logger import logger
|
from .logger import logger
|
||||||
from .present import list_scenes, present
|
from .present import list_scenes, present
|
||||||
|
Reference in New Issue
Block a user