mirror of
https://github.com/python/cpython.git
synced 2024-12-01 11:15:56 +01:00
5 lines
86 B
Python
5 lines
86 B
Python
try:
|
|
from OverrideFrom23._Res import *
|
|
except ImportError:
|
|
from _Res import *
|