#ifndef CORE_BOX_TESTS_HPP
#define CORE_BOX_TESTS_HPP

namespace Core::BoxTests {
    void test();
}

#endif