Files
2020-12-02 14:25:49 +00:00

11 lines
93 B
Python

from . import (
activities,
people
)
__all__ = [
'activities',
'people',
]