Skip to content

Commit 1196c26

Browse files
committed
add __init__
1 parent 7dbb44f commit 1196c26

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

hyperleda/data/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from hyperleda.data.client import HyperLedaDataClient
2+
from hyperleda.data.model import *
3+
4+
__all__ = [
5+
"HyperLedaDataClient",
6+
]

0 commit comments

Comments
 (0)