refactor: Update study module structure.

Prepare `study` module for session and timer systems.
Move regular sync to the studybadge loop.
This commit is contained in:
2021-10-26 17:33:44 +03:00
parent 0b7b84556d
commit 5ea7d06dae
12 changed files with 28 additions and 20 deletions

View File

@@ -1,9 +1,8 @@
from .module import module
from . import data
from . import admin
from . import badge_tracker
from . import time_tracker
from . import badges
from . import timers
from . import tracking
from . import top_cmd
from . import studybadge_cmd
from . import stats_cmd