anki.importing.base#

Classes#

Module Contents#

class anki.importing.base.Importer(col: anki.collection.Collection, file: str)#
needMapper = False#
needDelimiter = False#
dst: anki.collection.Collection | None#
file#
log: list[str] = []#
col#
total = 0#
run() None#
open() None#

Open file and ensure it’s in the right format.

close() None#

Closes the open file.

ts() Any#