Prepare `study` module for session and timer systems. Move regular sync to the studybadge loop.
9 lines
140 B
Python
9 lines
140 B
Python
from .module import module
|
|
|
|
from . import badges
|
|
from . import timers
|
|
from . import tracking
|
|
|
|
from . import top_cmd
|
|
from . import stats_cmd
|