#ifndef PLANETESTS_H
#define PLANETESTS_H

namespace PlaneTests {
    void test();
}

#endif