[varLib.avarPlanner] Add __all__

This commit is contained in:
Behdad Esfahbod 2023-07-23 10:23:39 -06:00
parent 3ad51d6339
commit ffc1cd4801

View File

@ -33,6 +33,9 @@ WEIGHTS = [
SAMPLES = 8
__all__ = ["planWeightAxis", "addEmptyAvar", "getGlyphsetBlackness", "main"]
def getGlyphsetBlackness(glyphset, frequencies=None):
wght_sum = wdth_sum = 0
for glyph_name in glyphset: