Pygame.py 89B

12345
  1. from xyzworld.display.Pygame import Pygame as XyzPygame
  2. class Pygame(XyzPygame):
  3. pass