mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
0ad8e8c849
Add implementation of the generic pype daemon. It's implementation is split into `daemon.py` where we implement an http framework agnostic interface, and `app.py` that uses it to serve them using starlette.
4 lines
82 B
Python
4 lines
82 B
Python
#
|
|
# This file is distributed under the MIT License. See LICENSE.md for details.
|
|
#
|