Skip to content

Commit 2c02ab6

Browse files
committed
Add __all__
1 parent 449edd0 commit 2c02ab6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/freetypy/subset.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
from __future__ import absolute_import, division, unicode_literals, print_function
3939

4040

41+
__all__ = ['subset_font']
42+
43+
4144
from collections import OrderedDict
4245
import struct
4346

0 commit comments

Comments
 (0)