Files
croccybot/bot/modules/stats/__init__.py
Conatum d60a8772a3 feature (stats): Weekly and monthly goals.
Add a new editing interface for weekly and monthly goals.
Textual viewing interface is currently a stub.
Add `month_timestamp` and `week_timestamp` lion properties.
2021-12-30 11:26:58 +02:00

8 lines
136 B
Python

from .module import module
from . import data
from . import profile
from . import setprofile
from . import top_cmd
from . import goals