From bbe07c2788b00711e011f7805e14fa0933bf2d73 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Fri, 13 Feb 2026 17:07:34 +0000 Subject: Initial commit --- __init__.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 __init__.py (limited to '__init__.py') diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..5e649cb --- /dev/null +++ b/__init__.py @@ -0,0 +1,6 @@ +from CTFd.plugins import register_plugin_assets_directory +from .presenter import presenter_blueprint + +def load(app): + register_plugin_assets_directory(app, base_path='/plugins/ctfd-presenter/assets/') + app.register_blueprint(presenter_blueprint) -- cgit v1.2.3-70-g09d2