5 lines
82 B
Python
5 lines
82 B
Python
import os
|
|
|
|
with open("resources/Dokdo-Regular/0-255.pbf","rb") as f:
|
|
|
|
pass |