4 lines
86 B
Python
4 lines
86 B
Python
try:
|
|
from OverrideFrom23._Res import *
|
|
except ImportError:
|
|
from _Res import *
|