#ifndef DEFAULT_COMMANDS_H
#define DEFAULT_COMMANDS_H

namespace DefaultCommands {
    void init();
}

#endif