added __all__ module attr

This commit is contained in:
justvanrossum 2018-11-01 10:28:05 +01:00
parent a259d31109
commit 277c7da951

View File

@ -1,6 +1,8 @@
from __future__ import print_function, division, absolute_import
from __future__ import unicode_literals
__all__ = ["FontBuilder"]
"""
The `FontBuilder` class is a convenient helper to construct working TTF or OTF
fonts from scratch.