13 lines
279 B
Python
13 lines
279 B
Python
|
"""
|
||
|
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__ = ...
|