From 2d44594f6c8ade9cbe1ba35827462f0e95ba4da0 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 10 Feb 2020 16:43:34 +0100 Subject: [PATCH] Clear init --- royalpack/__init__.py | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/royalpack/__init__.py b/royalpack/__init__.py index 23e63a6f..e69de29b 100644 --- a/royalpack/__init__.py +++ b/royalpack/__init__.py @@ -1,21 +0,0 @@ -# This is a template Pack __init__. You can use this without changing anything in other packages too! - -from . import commands, tables, stars, events -from .commands import available_commands -from .tables import available_tables -from .stars import available_page_stars, available_exception_stars -from .events import available_events - -from .version import semantic as __version__ - -__all__ = [ - "commands", - "tables", - "stars", - "events", - "available_commands", - "available_tables", - "available_page_stars", - "available_exception_stars", - "available_events", -]