Files
pricing/src/Analytics.hpp

16 lines
212 B
C++
Raw Normal View History

2026-03-04 00:44:52 +01:00
//
// 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