bug fix on application context with threads

This commit is contained in:
2025-04-15 16:39:05 +01:00
parent 32e3ca5bb0
commit 4685ddc1c8
5 changed files with 36 additions and 49 deletions
+3 -1
View File
@@ -1 +1,3 @@
from .transactions import Transaction
from .transactions import Transaction
__all__ = ['Transaction']