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

@@ -0,0 +1,6 @@
from .module import module
from . import data
from . import profile
from . import setprofile
from . import top_cmd