DrFetWartz's picture
Upload folder using huggingface_hub
ffaa9fc
raw
history blame contribute delete
184 Bytes
from operator import div as _div_
from inspect import getargspec
def raise_with_traceback(exc, tb):
raise exc, None, tb
__all__ = ['_div_', 'getargspec', 'raise_with_traceback']