aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_core/exts
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-11-05 13:39:52 +0000
committerGravatar Chris Lovering <[email protected]>2022-11-05 14:05:00 +0000
commit962968fecedca3bef33ba9524d87ffedf815f16d (patch)
tree3dd7b6c6cae4f01c8a5aae3e2371bd3a5e9dd0e7 /pydis_core/exts
parentUpdate pyproject.toml module meta data (diff)
Rename package due to naming conflict
Diffstat (limited to 'pydis_core/exts')
-rw-r--r--pydis_core/exts/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pydis_core/exts/__init__.py b/pydis_core/exts/__init__.py
new file mode 100644
index 00000000..afd56166
--- /dev/null
+++ b/pydis_core/exts/__init__.py
@@ -0,0 +1,4 @@
+"""Reusable Discord cogs."""
+__all__ = []
+
+__all__ = list(map(lambda module: module.__name__, __all__))