Reformat and fix circular import

This commit is contained in:
2022-07-21 13:40:03 +01:00
parent 27cafa1def
commit 4ecb37b179
11 changed files with 52 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
import main
from core.bot import deliverRelayCommands
from utils.deliver_relay_commands import deliverRelayCommands
class AdmallCommand: