# Functions
No description provided by the author
GetCurrentTerm returns a TermInfo struct for the current academic term.
GetTermByCode returns the TermInfo struct for the term with the given code, or ErrBadTermCode if the term couldn't be found.
# Variables
ErrBadTermCode is reported when the given term code doesn't exist.
No description provided by the author