Matt300209's picture
Upload folder using huggingface_hub
9823a7e verified
from typing import Any
from .Shadow import *
# Internal interface for IPython. Not further typed since it's not meant for end users.
def load_ipython_extension(ip: Any) -> None: ...