#ifndef NETWORKTESTS_H
#define NETWORKTESTS_H

namespace NetworkTests {
    void test();
}

#endif