mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
Merge branch 'master' into video-work
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user