added __all__ module attr
This commit is contained in:
parent
a259d31109
commit
277c7da951
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user