mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-23 00:54:09 +00:00
28 lines
1.1 KiB
Python
28 lines
1.1 KiB
Python
# This file is part of Recent changes Goat compatible Discord webhook (RcGcDw).
|
|
#
|
|
# RcGcDw is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# RcGcDw 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. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with RcGcDw. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
import extensions.base.mediawiki
|
|
import extensions.base.abusefilter
|
|
import extensions.base.managewiki
|
|
import extensions.base.cargo
|
|
import extensions.base.datadump
|
|
import extensions.base.sprite
|
|
import extensions.base.translate
|
|
import extensions.base.discussions
|
|
import extensions.base.curseprofile
|
|
import extensions.base.interwiki
|
|
import extensions.base.renameuser
|
|
import extensions.base.rcgcdb
|