Switched compose to be class-based
This commit is contained in:
parent
fc80fc9b84
commit
27d7598f81
8 changed files with 102 additions and 97 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue