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