From 6c706703e6ee5ef9d495463dbe3f36eec93087ff Mon Sep 17 00:00:00 2001 From: giles Date: Tue, 10 Feb 2026 00:29:02 +0000 Subject: [PATCH] fix: add bp/__init__.py with register_calendars export Co-Authored-By: Claude Opus 4.6 --- bp/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 bp/__init__.py diff --git a/bp/__init__.py b/bp/__init__.py new file mode 100644 index 0000000..351d697 --- /dev/null +++ b/bp/__init__.py @@ -0,0 +1 @@ +from .calendars.routes import register as register_calendars