This message was deleted.
# ask-for-help
s
This message was deleted.
c
I have been thinking about this too. I think one approach is to put the logic to create the service into functions, probably in it's own module, then import those into an
entry.py
or similar - maybe behind an
if name == "__main__"
block
the api decorators could make that a little more complicated, but the decorators only register the functions, so it shouldn't be hard to workaround that