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

__all__ = ("GitHubError", "add_staff_member")