This repository has been archived on 2025-05-05. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
oin/typings/bdfparser/__init__.pyi

12 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__ = ...