Skip to content

Instantly share code, notes, and snippets.

@dardanxhymshiti
Created May 24, 2020 00:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dardanxhymshiti/6e754837ec3f54e0938cedbe5af72183 to your computer and use it in GitHub Desktop.
Save dardanxhymshiti/6e754837ec3f54e0938cedbe5af72183 to your computer and use it in GitHub Desktop.
import ast
import sys
from module_seed.run import run
if __name__ == '__main__':
str_parameters = sys.argv[1]
parameters = ast.literal_eval(str_parameters)
run(parameters)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment