mirror of
https://github.com/Code-For-Groningen/temmies.git
synced 2025-03-15 07:10:15 +01:00
Expose only Themis on package-level
This commit is contained in:
parent
019e2c181e
commit
6a63abf7ae
@ -1,7 +1,3 @@
|
|||||||
from .themis import Themis
|
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"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user