2022-11-01 14:29:11 +01:00

9 lines
94 B
C++

#include "processing.h"
Processing::Processing(/* args */)
{
}
Processing::~Processing()
{
}