mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
4 lines
86 B
Python
4 lines
86 B
Python
try:
|
|
from OverrideFrom23._Res import *
|
|
except ImportError:
|
|
from _Res import *
|