Files
Android11/external/python/cpython2/Lib/plat-mac/Carbon/Res.py
2023-10-13 14:01:41 +00:00

5 lines
86 B
Python

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