package ONO::FW::User;
################################################################################
# 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;
###############################################################################
# ONO
###############################################################################
use ONO::FW::User::Bookmark;
use ONO::FW::User::Bot;
use ONO::FW::User::Chat;
use ONO::FW::User::Enable;
use ONO::FW::User::Init;
use ONO::FW::User::Login;
use ONO::FW::User::Logout;
use ONO::FW::User::Main;
use ONO::FW::User::Password;
use ONO::FW::User::Screen;
use ONO::FW::User::Signup;
use ONO::FW::User::Stats;
use ONO::FW::User::ToolBox;
#: This FrameWork is responsible for the display of the ONO Community Layer,
#: which is basically a user environment, as well as a social network.
###############################################################################
# end of script
###############################################################################
1;
__END__