Add appservice option to standalone mode

This commit is contained in:
Tulir Asokan 2023-09-06 21:35:14 +03:00
parent 8f40a0b292
commit 92736baefd
4 changed files with 71 additions and 4 deletions

View file

@ -15,6 +15,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
from __future__ import annotations
from typing import Callable
import asyncio
import json
import logging