Skip to content

Instantly share code, notes, and snippets.

@z0gSh1u
Created November 10, 2021 14:48
Show Gist options
  • Select an option

  • Save z0gSh1u/b35171ad807972bf2bd8c1c6ae481059 to your computer and use it in GitHub Desktop.

Select an option

Save z0gSh1u/b35171ad807972bf2bd8c1c6ae481059 to your computer and use it in GitHub Desktop.
`importlib` reflection import.
readerClazz = importlib.import_module(
'reader.{}'.format(selectedReader)) # .py file level
readerClazz = eval('readerClazz.{}'.format(selectedReader))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment