module CalendarTool; import File, Edit, Schedule, View, Admin, Options, Help, CalendarDB; object CalendarTool components: LocalFilesDirectory; description: (* LocalFileDirectory is part of the application program itself in this model. The reason being that there's a chicken-and-egg problem with putting it in a file somewhere, because its value is what tells us where to look for such a file in the first place. *); end CalendarTool; end CalendarTool;