Staging
v0.8.1
Raw File
Res.py
try:
    from OverrideFrom23._Res import *
except ImportError:
    from _Res import *
back to top