Files
croccybot/bot/modules/study/__init__.py
Conatum 5ea7d06dae refactor: Update study module structure.
Prepare `study` module for session and timer systems.
Move regular sync to the studybadge loop.
2021-10-26 17:35:16 +03:00

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