package ONO::Legacy::Edu;
################################################################################
# COPYRIGHT / LICENSE #
################################################################################
#
# This file is part of the ONO Software Project.
#
# Copyright (C) 2000-2025 Jos KIRPS [ www.kirps.com | jos_AT_kirps_DOT_com ]
# and The Joopita Project [ www.joopita.org | contact_AT_joopita_DOT_com ]
#
# This file, as well as other parts of the ONO Software Project or related
# elements, are FREE SOFTWARE available under the ARTISTIC LICENSE 2.0.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# For the full license, see /ono/osr/license/LICENSE.txt, or write to
# jos_AT_kirps_DOT_com or contact_AT_joopita_DOT_com.
#
################################################################################
# END OF COPYRIGHT / LICENSE, HERE COMES THE CODE ... #
################################################################################
use strict;
use ONO::Legacy::Edu::Account;
use ONO::Ext::Morzino::Admin;
use ONO::Legacy::Edu::Ajax;
use ONO::Ext::Morzino::Apps::Manager;
use ONO::Legacy::Edu::AutoWebsite;
use ONO::Legacy::Edu::Calendar;
use ONO::Legacy::Edu::Class;
use ONO::Legacy::Edu::ClassBook;
use ONO::Legacy::Edu::Computers;
use ONO::Legacy::Edu::Dashboard;
use ONO::Legacy::Edu::Help;
use ONO::Lib::Lang::LangKitEdu;
use ONO::Legacy::Edu::Main;
use ONO::Legacy::Edu::Media;
use ONO::Legacy::Edu::Portfolio;
use ONO::Legacy::Edu::Preferences;
use ONO::Legacy::Edu::ReDir;
use ONO::Legacy::Edu::Reports;
use ONO::Legacy::Edu::Resources;
use ONO::Legacy::Edu::School;
use ONO::Legacy::Edu::Settings;
use ONO::Legacy::Edu::Texts;
use ONO::Ext::Morzino::ToolBox;
use ONO::Legacy::Edu::Website;
#: This FrameWork is the ONO Education Framework, which most importantly offers
#: Virtual Classroom functionality, including classbook and assignment
#: management.
###############################################################################
# end of script
###############################################################################
1;
__END__