Nikolaus Waxweiler d584daa8fd Blacken code
2022-12-13 11:26:36 +00:00

8 lines
115 B
Python

from fontTools import ttLib
superclass = ttLib.getTableClass("fpgm")
class table__p_r_e_p(superclass):
pass