import apps if __name__ == "__main__": from paste.core import aio_pool _runner = aio_pool.get_aio_runner() print(apps.get_version())