import sys from app.keyboard import KeyboardApplication if __name__ == "__main__": keyboard = KeyboardApplication() sys.exit(keyboard.run())