Expose only Themis on package-level

This commit is contained in:
Boyan 2024-11-17 19:50:19 +01:00
parent 019e2c181e
commit 6a63abf7ae

View File

@ -1,7 +1,3 @@
from .themis import Themis
from .year import Year
from .course import Course
from .exercise_group import ExerciseGroup
from .submission import Submission
__all__ = ['Themis', 'Year', 'Course', 'ExerciseGroup', 'Submission']
__all__ = ["Themis"]