File size: 243 Bytes
6b8cf71
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
# database/__init__.py
from .database_manager import (
    check_user,
    add_user,
    update_user_progress,
    log_performance,
    get_performance_stats,
    get_all_performance_stats,
    log_word_error,     
    get_top_errors      
)