예제 #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))