Skip to content

Commit

Permalink
Merge pull request #103 from elliot-100/fix_namespace
Browse files Browse the repository at this point in the history
Fix: Member, Role, Subgroup not in top-level namespace
  • Loading branch information
elliot-100 authored May 10, 2024
2 parents 75a244a + 09b9f5e commit 8ccdc7b
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 8ccdc7b

Please sign in to comment.