# Import just the command, the rest will get imported as needed
from .command import Command, main  # noqa: F401

COMMAND = None
