61
61
class IMembershipNotificationJob(IPersonTransferJob):
62
62
"""A Job to notify new members of a team of that change."""
65
75
class IMembershipNotificationJobSource(IJobSource):
66
76
"""An interface for acquiring IMembershipNotificationJobs."""