2023-04-17 12:43:22 +00:00
|
|
|
import enum
|
|
|
|
|
|
|
|
|
|
|
|
class MathebauMLType(enum.Enum):
|
|
|
|
"""Different types of mailinglists at the mathebau."""
|
2023-04-17 19:35:57 +00:00
|
|
|
internalPublic = 10
|
|
|
|
internalPrivate = 15
|
2023-04-17 12:43:22 +00:00
|
|
|
broadPublic = 20
|
|
|
|
broadPrivate = 25
|