from typing import List class Loader: def __init__(self, extension: str, search_dirs: List[str]): pass