blob: 40d39f48239d57bc7dab3510ddde5cd49eda2b48 [file] [log] [blame]
Brett Cannon5abdc932009-01-22 22:43:07 +00001"""The machinery of importlib: finders, loaders, hooks, etc."""
2
3from ._bootstrap import BuiltinImporter
4from ._bootstrap import FrozenImporter