loader.py 108 B

1234
  1. from typing import List
  2. class Loader:
  3. def __init__(self, extension: str, search_dirs: List[str]): pass