refactored

This commit is contained in:
2026-03-15 13:19:37 +01:00
parent 2bdc23b762
commit 06f4c36b15
9 changed files with 104 additions and 74 deletions
+4
View File
@@ -0,0 +1,4 @@
from abc import ABC
class ABackend(ABC):
pass