Skip to content

Commit b3715c8

Browse files
author
Han Wang
committed
add init to module
1 parent 0da5c38 commit b3715c8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

dpdata/lmdb/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from __future__ import annotations
2+
3+
from .format import LMDBFormat
4+
5+
__all__ = ["LMDBFormat"]

0 commit comments

Comments
 (0)