add own includes and imports

This commit is contained in:
marys
2026-06-08 14:27:51 +02:00
parent dd31750e1a
commit 0b0af515be
6 changed files with 45 additions and 41 deletions
+6
View File
@@ -2,6 +2,12 @@
"name": "python-mqtt-client-template",
"version": "0.0.1",
"description": "A template that generates a Python MQTT client using MQTT.",
"scripts": {
"test:clean": "rimraf test/project/client.py",
"test:generate": "asyncapi generate fromTemplate ./test/fixtures/asyncapi_1.yaml ./ -o ./generated-code --force-write",
"test:start": "python test/project/test.py",
"test": "npm run test:clean && npm run test:generate && npm run test:start"
},
"generator": {
"apiVersion": "v3",
"generator": ">=2.0.0 <4.0.0",