main
hy.kim 1 year ago
parent bbd2d3ecfc
commit 9024d1b861

@ -8,8 +8,14 @@
``` plantext
pip install durable_rules
```
### Durable Rules 사용법
### Durable Rules Git
[github - jruizgit/rules](https://github.com/jruizgit/rules)
<details>
<summary>Durable Rules Manual</summary>
<div markdown="1">
##### 패키지 불러오기
```
from durable.lang import *
@ -697,4 +703,7 @@ post('risk', { 'amount': 300 })
post('risk', { 'amount': 50 })
post('risk', { 'amount': 500 })
post('risk', { 'amount': 600 })
```
```
</div>
</details>
Loading…
Cancel
Save