blob: 519774440f1872e23d2c97121687c6260abd9878 (
plain) (
blame)
1
2
3
4
5
|
"""The machinery of importlib: finders, loaders, hooks, etc."""
from ._bootstrap import BuiltinImporter
from ._bootstrap import FrozenImporter
from ._bootstrap import PathFinder
|