from rdpyg.app import the_app

# We have to initialise pygame ourselves.
import pygame
pygame.init()


a = the_app.TheApp()

a.Start()
a.Loop()
a.Stop()