Merge branch 'master' into video-work

This commit is contained in:
Grant Sanderson
2024-12-05 16:50:13 -06:00
committed by GitHub
23 changed files with 26 additions and 51 deletions

View File

@ -14,8 +14,11 @@ from manimlib.constants import FRAME_SHAPE
from typing import TYPE_CHECKING
if TYPE_CHECKING:
from typing import Callable, TypeVar
from manimlib.scene.scene import Scene
T = TypeVar("T")
class Window(PygletWindow):
fullscreen: bool = False