Skip to content

Instantly share code, notes, and snippets.

@tag1216
Created September 23, 2016 01:18
Show Gist options
  • Save tag1216/6acc4c4f20aed0131e4bb819842db34d to your computer and use it in GitHub Desktop.
Save tag1216/6acc4c4f20aed0131e4bb819842db34d to your computer and use it in GitHub Desktop.
Pythonで動的インポート
from importlib import import_module
module = import_module(module_name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment