WIP #35

Open
david wants to merge 135 commits from klubhaus/sideline:feature/capability-based-deps into main
2 changed files with 1 additions and 2 deletions
Showing only changes of commit b28cd154c7 - Show all commits

View File

@@ -99,7 +99,6 @@ class PygameDisplay:
self.width = width
self.height = height
try:
import pygame
except ImportError:

View File

@@ -15,7 +15,7 @@ from .factory import (
create_stage_from_font,
create_stage_from_source,
)
from .message_overlay import MessageOverlayStage, MessageOverlayConfig
from .message_overlay import MessageOverlayConfig, MessageOverlayStage
from .transform import (
CanvasStage,
FontStage,