mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
10 lines
315 B
Python
10 lines
315 B
Python
# Copyright: Ankitects Pty Ltd and contributors
|
|
# License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|
|
|
from __future__ import annotations
|
|
|
|
import anki.scheduler.base as _base
|
|
|
|
UnburyCurrentDeck = _base.UnburyCurrentDeck
|
|
CongratsInfo = _base.CongratsInfo
|
|
BuryOrSuspend = _base.BuryOrSuspend
|