Spaces:
Sleeping
Sleeping
Update src/app/flashcards_tools.py
Browse files
src/app/flashcards_tools.py
CHANGED
|
@@ -8,7 +8,7 @@ from typing import Dict, List, Tuple, Optional
|
|
| 8 |
|
| 9 |
from deep_translator import GoogleTranslator
|
| 10 |
|
| 11 |
-
from
|
| 12 |
|
| 13 |
|
| 14 |
def _get_decks_dir(username: str) -> Path:
|
|
|
|
| 8 |
|
| 9 |
from deep_translator import GoogleTranslator
|
| 10 |
|
| 11 |
+
from .config import get_user_dir
|
| 12 |
|
| 13 |
|
| 14 |
def _get_decks_dir(username: str) -> Path:
|