Files
makemeahanzi/scripts/analysis.py
2015-09-20 16:10:59 -04:00

5 lines
130 B
Python
Executable File

#!/usr/bin/python
with open('scripts/glyphs') as f:
glyphs = f.readlines()[0].strip().decode('utf8')
assert len(glyphs) == 6763