add missing __init__pyi imports

This commit is contained in:
Maxim Kurnikov
2018-09-26 16:56:50 +03:00
parent 69b7c8f684
commit 8a0cad7c69
7 changed files with 180 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from .array import * # NOQA
from .jsonb import * # NOQA
from .ranges import * # NOQA