backport bug fixes from 0.3.4 into master, reimplement ConfigSource() and add a superclass

This commit is contained in:
Yusur 2025-07-06 22:40:17 +02:00
parent 3d03cc00fa
commit 4ccf4fb7a0

6
src/suou/forms.py Normal file
View file

@ -0,0 +1,6 @@
"""
Form validation, done right.
Why this? Why not, let's say, WTForms or Marshmallow? Well, I have my reasons.
"""