Shofel2_T124_python/venv/lib/python3.10/site-packages/future/moves/reprlib.py

9 lines
161 B
Python
Raw Permalink Normal View History

2024-05-25 16:45:07 +00:00
from __future__ import absolute_import
from future.utils import PY3
if PY3:
from reprlib import *
else:
__future_module__ = True
from repr import *