Files
stable-diffusion-webui/venv/Lib/site-packages/aenum/_py2.py
2022-12-11 17:59:59 -05:00

8 lines
184 B
Python

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']