# Imports go here! # Enter the commands of your Pack here! available_commands = [ ] # Don't change this, it should automatically generate __all__ __all__ = [command.__class__.__qualname__ for command in available_commands]