ktrk115 commited on
Commit
f46e28b
·
verified ·
1 Parent(s): 0a2f23b

Update fonts.py

Browse files
Files changed (1) hide show
  1. fonts.py +2 -0
fonts.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import logging
2
  import pickle
3
  from typing import Any, Dict, List, Optional
 
1
+ # Copied from https://github.com/CyberAgentAILab/cr-renderer/blob/main/src/cr_renderer/fonts.py
2
+
3
  import logging
4
  import pickle
5
  from typing import Any, Dict, List, Optional