mirror of
https://github.com/Code-For-Groningen/temmies.git
synced 2025-07-01 19:44:57 +02:00
Slight update in docs. Released version 1.0.21.
This commit is contained in:
@ -0,0 +1 @@
|
||||
from .themis import Themis
|
@ -4,6 +4,7 @@ Houses the Course class which is used to represent a course in a year.
|
||||
|
||||
from bs4 import BeautifulSoup
|
||||
from requests import Session
|
||||
|
||||
from .exercise_group import ExerciseGroup
|
||||
from .exceptions.course_unavailable import CourseUnavailable
|
||||
from .exceptions.illegal_action import IllegalAction
|
||||
|
0
temmies/exceptions/__init__.py
Normal file
0
temmies/exceptions/__init__.py
Normal file
Reference in New Issue
Block a user