Matthias Frey

Results 2 comments of Matthias Frey

Same for python 3.8 and drafthorse==2025.1.0 Reverting the changes to the example of [this recent commit](https://github.com/pretix/python-drafthorse/commit/b9263b2ce578f91315d550c3ff1d7bc7e00fa884) fixes the issue. It seems that the tuple (amount and currency) is not accepted...

I believe the reason would be that the drafthorse module does not explicitly import its submodules. However one could still use it like this: ``` import drafthorse.models.document doc = drafthorse.models.document.Document()...