This commit is contained in:
2025-08-05 15:15:36 +02:00
parent 4bd960ed05
commit 7fabb4163a
192 changed files with 14901 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
## example how to use
```python
import heroserver.openrpc.generator
openrpc_spec = generator.openrpc_spec(
path="~/code/git.threefold.info/projectmycelium/hero_server/generatorexamples/example1/specs"
)
print(openrpc_spec)
```