from .hf_dolly import HuggingfaceDolly def Dolly(*args, **kwargs): return HuggingfaceDolly(*args, **kwargs)