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. +""" +