class CWindow: WIDTH: int = 1024 HEIGHT: int = 768 class CKita: WIDTH: float = CWindow.HEIGHT / 3.84 HEIGHT: float = WIDTH class CJojoko: WIDTH: float = CKita.HEIGHT * .75 HEIGHT: float = WIDTH