From 962968fecedca3bef33ba9524d87ffedf815f16d Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 5 Nov 2022 13:39:52 +0000 Subject: Rename package due to naming conflict --- botcore/__init__.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 botcore/__init__.py (limited to 'botcore/__init__.py') diff --git a/botcore/__init__.py b/botcore/__init__.py deleted file mode 100644 index f0c4e6bb..00000000 --- a/botcore/__init__.py +++ /dev/null @@ -1,15 +0,0 @@ -"""Useful utilities and tools for Discord bot development.""" - -from botcore import async_stats, exts, site_api, utils -from botcore._bot import BotBase, StartupError - -__all__ = [ - async_stats, - BotBase, - exts, - utils, - site_api, - StartupError, -] - -__all__ = list(map(lambda module: module.__name__, __all__)) -- cgit v1.2.3