#include "ClientInterface.h"
#include "MySocketTCP.h"
#include "catch.hpp"

//tests to add
//help for all docs
//command for all depreciated commands

TEST_CASE("hopp") {
    REQUIRE(true);

}