window.py 93 B

123
  1. # Note: the implementation does not currently support multiple windows
  2. class Window:
  3. pass