Nuacht

What I'm trying to achieve: I'm creating a decorator that reuses elicitation logics. So I can reuse some code to write less code! 😄 def simple_elicitation_acceptance(func): @wraps(func) async def ...