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