class MyType(type): def __instancecheck__(self, __instance): return super().__instancecheck__(__instance)