-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sofia Lobenko edited this page Jun 30, 2022
·
1 revision
This repository is a template of th2-act application on Python. It contains the implementation of the handlers and the entry point. The main logic and everything you need to create a handler is contained in the th2_act library.
This template implements gRPC API described in the th2-grpc-act-template.
Several services can be described and used at once (Act
and ActTyped
in this
template). Services need to be implemented in handlers.