from slacker_game import Slacker def main(): with Slacker() as slacker: slacker.main_loop() if __name__ == '__main__': main()