mirror of
https://github.com/skishore/makemeahanzi.git
synced 2025-11-07 00:09:50 +08:00
5 lines
130 B
Python
Executable File
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
|