This commit is contained in:
Kovid Goyal
2018-05-23 13:25:46 +05:30
parent 4b259dd719
commit 2a5ef628fa
6 changed files with 3 additions and 22 deletions

View File

@@ -38,9 +38,5 @@ def main(args):
input('Press Enter to close.')
def handle_result(args, data, target_window_id, boss):
pass
if __name__ == '__main__':
main(sys.argv)