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

View file

@ -46,9 +46,8 @@ This would generate the expressions for Scathach (Servant Id 70) in the folder o
`skyeweave` can also be used in other Python scripts.
```python
from skyeweave import compose
compose(70)
from skyeweave import SkyeWeave
SkyeWeave().compose(70)
```
This feature will be expanded upon in future releases.