forked from mttu-developers/konabot
7 lines
157 B
Python
7 lines
157 B
Python
from imagetext_py import FontDB
|
|
|
|
from .path import assets
|
|
|
|
FontDB.LoadFromDir(str(assets))
|
|
HARMONYOS_SANS_SC_BLACK = FontDB.Query("HarmonyOS_Sans_SC_Black")
|