mark module as experimental

This commit is contained in:
justvanrossum 2018-11-01 12:32:17 +01:00
parent 3e051f582e
commit 723afd626d

View File

@ -4,6 +4,8 @@ from __future__ import unicode_literals
__all__ = ["FontBuilder"]
"""
This module is *experimental*, meaning it still may evolve and change.
The `FontBuilder` class is a convenient helper to construct working TTF or OTF
fonts from scratch.