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