// // Created by David Doebel on 04.03.2026. // #ifndef QUANTENGINE_ANALYTICS_HPP #define QUANTENGINE_ANALYTICS_HPP class Analytics { public: Analytics() = delete; }; #endif //QUANTENGINE_ANALYTICS_HPP