重构了Python接口结构

This commit is contained in:
陈泽煊
2023-02-04 11:51:35 +08:00
parent 7ae242498c
commit 3a0375291b
6 changed files with 553 additions and 543 deletions

View File

@@ -2,7 +2,9 @@ import json
import pathlib
import time
from asst import InstanceOptionType, Asst, Message, Updater, Version
from asst.asst import Asst
from asst.utils import Message, Version
from asst.updater import Updater
@Asst.CallBackType