1 2 3 4 5 6 7 8 9 10 11
import asyncio from light9.run_local import log def test_import(): async def go(): # this sets up some watcher tasks from light9.rdfdb.service import app asyncio.run(go(), debug=True)