1 from fontTools import ttLib 2 3 superclass = ttLib.getTableClass("fpgm") 4 5 class table__p_r_e_p(superclass): 6 pass 7 8