loader.py 117 B

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