oin/typings/bdfparser/__init__.pyi

13 lines
279 B
Python
Raw Permalink Normal View History

2024-12-09 13:25:00 +01:00
"""
This type stub file was generated by pyright.
"""
from .bdfparser import *
"""
BDF (Glyph Bitmap Distribution Format) Bitmap Font File Parser in Python
Copyright (c) 2017-2021 Tom CHEN (tomchen.org), MIT License
https://font.tomchen.org/bdfparser_py/
"""
__version__ = ...