示例#1
0
文件: pnggrid.py 项目: imclab/pnggrid
 def from_utfgrid_string(cls, string):
     return cls.from_utfgrid(UTFGrid.from_string(string))
示例#2
0
 def from_utfgrid_string(cls, string):
     return cls.from_utfgrid(UTFGrid.from_string(string))