Skip to content

Commit 92ef6d0

Browse files
committed
Make dataclasses importable from root
1 parent 57f5421 commit 92ef6d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/recnetpy/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
from .client import Client
2-
from .managers.room_manager import RoomInclude
2+
from .managers.room_manager import RoomInclude
3+
from .dataclasses import *

0 commit comments

Comments
 (0)