Access Messages via API from Python

This commit is contained in:
2024-10-30 18:02:05 +01:00
parent 01db00b3b4
commit cfe3dbd5bb
13 changed files with 1665 additions and 823 deletions

View File

@ -10,7 +10,7 @@
# source code released under the terms of GNU Public License Version 3
# https://www.gnu.org/licenses/gpl-3.0.txt
pdoc ./ums/ \
pdoc ./ums/ ./ums/example/__main__.py \
--output-directory ./web/public/docs/ \
--no-browser \
--docformat google \