discord-havoc/util/__init__.py

4 lines
81 B
Python
Raw Normal View History

2025-02-13 14:51:35 -05:00
import importlib
from . import discord_helpers
2025-02-24 06:21:56 -05:00
2025-02-13 14:51:35 -05:00
importlib.reload(discord_helpers)