Created
August 22, 2018 02:08
-
-
Save fabito/64d527e30ee5e943e59a22954e93a962 to your computer and use it in GitHub Desktop.
neyboy_env - close method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def close(self): | |
if self.viewer is not None: | |
self.viewer.close() | |
self.viewer = None | |
self.game.stop() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment