Created
September 23, 2016 01:18
-
-
Save tag1216/6acc4c4f20aed0131e4bb819842db34d to your computer and use it in GitHub Desktop.
Pythonで動的インポート
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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