(* This is the very top level modeling of the Eclass Tool. The Eclass Tool includes six main modules: Presentation, Prep, Roster, LectureDB, File, and Edit. Besides Presentatino and Prep, the four modules that are included in the top level are common to both Presentation and Prep modes. *)

module EclassTool;

import Presentation, Prep, Roster, LectureDB, File, Edit;

end EclassTool;