Move tests library to tests/lib

Add PBC4cip classifier
This commit is contained in:
2025-01-09 10:04:16 +01:00
parent 5ec59b80ab
commit 9966ba4af8
14 changed files with 49 additions and 211 deletions

13
pyclfs/PBC4cip.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef PBC4CIP_H
#define PBC4CIP_H
#include "PyClassifier.h"
namespace pywrap {
class PBC4cip : public PyClassifier {
public:
PBC4cip();
~PBC4cip() = default;
};
} /* namespace pywrap */
#endif /* PBC4CIP_H */