Due to spam, we had to disable registrations and GitHub login. Please reach out to us at support@greenhost.net if you want to contribute.
import os from flask import Blueprint web = Blueprint( "web", __name__, url_prefix="/web", static_folder="static", template_folder="templates", )