From 4ccf4fb7a074d1573614306b0b6a2ff68de638cd Mon Sep 17 00:00:00 2001 From: Yusur Princeps Date: Sun, 6 Jul 2025 22:40:17 +0200 Subject: [PATCH] backport bug fixes from 0.3.4 into master, reimplement ConfigSource() and add a superclass --- src/suou/forms.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/suou/forms.py diff --git a/src/suou/forms.py b/src/suou/forms.py new file mode 100644 index 0000000..552aed8 --- /dev/null +++ b/src/suou/forms.py @@ -0,0 +1,6 @@ +""" +Form validation, done right. + +Why this? Why not, let's say, WTForms or Marshmallow? Well, I have my reasons. +""" +