[Topgg] Finalize module framework

This commit is contained in:
Harsha Raghu
2022-01-18 00:14:18 +05:30
parent e526503bac
commit 724a39a940
3 changed files with 49 additions and 172 deletions

View File

@@ -1,3 +1,6 @@
from .module import module
from . import topgg
from . import webhook
from . import commands
from . import data
from . import settings