mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
7 lines
221 B
Python
7 lines
221 B
Python
def buildhash() -> str: ...
|
|
def open_backend(data: bytes) -> Backend: ...
|
|
|
|
class Backend:
|
|
@classmethod
|
|
def command(self, method: int, data: bytes) -> bytes: ...
|
|
def db_command(self, data: bytes) -> bytes: ...
|