Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

Commit 92ef6d0

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)