Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lugipfupf committed Apr 17, 2024
1 parent f1227b1 commit 6be3278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Developing widgets
There a few sample widgets already included. On each page reload, each widgets `render()` method is called and
a dictionary of type`RenderResult` is expected. Structure your module like so:
The widget loader will try to load a class `Renderer` from a file that has the same name as the package.

```python
# filename must be same as package name
Expand Down

0 comments on commit 6be3278

Please sign in to comment.