discord-havoc/util/__init__.py

4 lines
81 B
Python

import importlib
from . import discord_helpers
importlib.reload(discord_helpers)