1
0

migrate to aiohttp

This commit is contained in:
2025-08-04 09:56:02 +09:00
parent 540a84e772
commit 8ad93caa90
10 changed files with 175 additions and 189 deletions

6
utils/typings.py Normal file
View File

@@ -0,0 +1,6 @@
from typing import Literal
BoardPath = Literal['board', 'mini', 'person']
SearchType = Literal['subject_m', 'subject', 'memo', 'name', 'comment']