Scaffold Next.js + FastAPI + Postgres tasks board (no auth)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
from .typing import BytesLike
|
||||
|
||||
def apply_mask(data: BytesLike, mask: bytes | bytearray) -> bytes: ...
|
||||
Reference in New Issue
Block a user