page / bt-source /panel /mod /base /public_aap /structures.py
GGSheng's picture
feat: deploy Gemma 4 to hf space
a757bd3 verified
import collections
# Common structures
aap_t_simple_result = collections.namedtuple('aap_t_simple_result', ['success', 'msg'])
aap_t_mysql_dump_info = collections.namedtuple('aap_t_mysql_dump_info', ['db_name', 'file', 'dump_time'])
aap_t_http_multipart = collections.namedtuple('aap_t_http_multipart', ['headers', 'body'])