mirror of
https://github.com/maubot/maubot
synced 2025-08-30 14:30:38 +00:00
Finish plugin API and add basic login system
This commit is contained in:
parent
d7f072aeff
commit
14fd0d6ac9
16 changed files with 160 additions and 62 deletions
|
@ -14,7 +14,6 @@
|
|||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
from sqlalchemy import orm
|
||||
from time import time
|
||||
import sqlalchemy as sql
|
||||
import logging.config
|
||||
import argparse
|
||||
|
@ -22,7 +21,6 @@ import asyncio
|
|||
import signal
|
||||
import copy
|
||||
import sys
|
||||
import os
|
||||
|
||||
from .config import Config
|
||||
from .db import Base, init as init_db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue