Python follows this sequence:
- sys.modules: Checks if the package is already in the cache
- [[Meta hooks|Meta Path Finders]]: iterates through a list of "finders" in sys.meta_path
- [[Import path hooks|Path Entry Finders]]: looks through the filesystem