4aad73cc创建于 2025年7月9日历史提交
from template_using_member_default_arg import *

a = ThingADerivedInt()
a.describeA()
b = ThingBDerivedInt()
b.describeB()