is there an implicit way for a custom resource/com...
# python
h
is there an implicit way for a custom resource/component to know when to wrap up work and deliver resources (ie, when
__main__.py
runs out)? I'm pondering Shenanigans, and while I can do this with context managers, not wrapping my entire program in a
with
block would be nice