import arcade from logo import LogoView if __name__ == '__main__': window = arcade.Window(fullscreen=True) window.show_view(LogoView()) arcade.run()