aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/apis/github/__init__.py
blob: 468bbe6df2f3c5203fc413bb07f4394c61f8dbf4 (plain) (blame)
1
2
3
from .teams import GitHubException, add_staff_member

__all__ = ("GitHubException", "add_staff_member")