platypush/platypush/procedure
Fabio Manganiello 5c2204f99d
Allow for custom procedure names on the @procedure decorator.
```
@procedure("foo")
def bar():
    ...
```

Will now be published as `procedure.foo` instead of
`procedure.<module>.bar`.
2024-05-24 20:07:24 +02:00
..
__init__.py Allow for custom procedure names on the @procedure decorator. 2024-05-24 20:07:24 +02:00