Skip to content

Instantly share code, notes, and snippets.

@kidd
Created April 26, 2022 18:44
Show Gist options
  • Save kidd/741ed8837ae5a091ff5f840d1e92f707 to your computer and use it in GitHub Desktop.
Save kidd/741ed8837ae5a091ff5f840d1e92f707 to your computer and use it in GitHub Desktop.
def testing(fname):
print(fname)
cmds = { "testing": testing }
if __name__ == "__main__":
cmds[sys.argv[1]](*sys.argv[2:])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment