import arcade class desktop_Platform: def __init__(self): self.cell = 0 self.sprites = arcade.SpriteList() self.title = "" self.windowBackgroundColor = arcade.color.WHITE self.windowHeight = 0 self.windowWidth = 0