SyntaxFix
Write A Post
Hire A Developer
Questions
You can also use importlib directly
importlib
import importlib try: importlib.import_module(module_name) except ImportError: # Handle error