/async-eval

🧬 python eval async code

Primary LanguagePythonMIT LicenseMIT

async-eval

from async_eval import eval


async def foo() -> int:
    return 10


print(eval("await foo()"))