Switched compose to be class-based

This commit is contained in:
Firq 2024-10-18 15:59:18 +02:00
parent fc80fc9b84
commit 27d7598f81
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
8 changed files with 102 additions and 97 deletions
skyeweave/service

View file

@ -1 +1 @@
from .compose import compose
from .compose import SkyeWeave