From 8b1c115647f42ef11e08bd4b93d62448c2376475 Mon Sep 17 00:00:00 2001 From: Jason Walker <913443@dadeschools.net> Date: Sun, 21 Jun 2026 22:36:59 -0400 Subject: [PATCH] feat: add auth.py backwards compatibility wrapper --- auth.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 auth.py diff --git a/auth.py b/auth.py new file mode 100644 index 0000000..b8f91bd --- /dev/null +++ b/auth.py @@ -0,0 +1,2 @@ +# Backwards compatibility wrapper for gitea_auth +from gitea_auth import *