migrate to aiohttp
This commit is contained in:
6
utils/typings.py
Normal file
6
utils/typings.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from typing import Literal
|
||||
|
||||
|
||||
BoardPath = Literal['board', 'mini', 'person']
|
||||
|
||||
SearchType = Literal['subject_m', 'subject', 'memo', 'name', 'comment']
|
Reference in New Issue
Block a user