7 lines
122 B
Python
7 lines
122 B
Python
|
from fontTools.misc.py23 import *
|
||
|
from .otBase import BaseTTXConverter
|
||
|
|
||
|
|
||
|
class table_S_T_A_T_(BaseTTXConverter):
|
||
|
pass
|