refactor: Split stats module from study.

This commit is contained in:
2021-12-29 20:13:24 +02:00
parent e2c096f350
commit 6aaa2377a4
8 changed files with 26 additions and 5 deletions

View File

@@ -3,6 +3,7 @@ from .guild_admin import *
from .meta import *
from .economy import *
from .study import *
from .stats import *
from .user_config import *
from .workout import *
from .todo import *