Files
Android11_RK3568_Lubancat2/external/python/cpython2/Lib/plat-mac/Carbon/Res.py
2023-05-14 11:44:44 +00:00

5 lines
86 B
Python

try:
from OverrideFrom23._Res import *
except ImportError:
from _Res import *