forked from vbatts/maubot
Start working on management API implementation
This commit is contained in:
parent
aefdcd9447
commit
f2449e2eba
14 changed files with 379 additions and 54 deletions
|
@ -24,7 +24,7 @@ import sqlalchemy as sql
|
|||
if TYPE_CHECKING:
|
||||
from .client import MaubotMatrixClient
|
||||
from .command_spec import CommandSpec
|
||||
from mautrix.util import BaseProxyConfig
|
||||
from mautrix.util.config import BaseProxyConfig
|
||||
|
||||
|
||||
class Plugin(ABC):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue