[Python] Fixed issue #5499 (#5764)

This commit is contained in:
Joseph Pyott
2020-02-11 18:02:21 -05:00
committed by GitHub
parent d54af8cd43
commit 17557f9131
2 changed files with 2 additions and 0 deletions

View File

@@ -15,3 +15,4 @@
from .builder import Builder
from .table import Table
from .compat import range_func as compat_range
from . import util