Skip to content

Commit

Permalink
Fix: Member, Role, Subgroup weren't in top-level namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed May 10, 2024
1 parent 75a244a commit 09b9f5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spond_classes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@

from .event import Event as Event
from .group import Group as Group
from .member import Member as Member
from .role import Role as Role
from .subgroup import Subgroup as Subgroup

0 comments on commit 09b9f5e

Please sign in to comment.