Move tests library to tests/lib
Add PBC4cip classifier
This commit is contained in:
13
pyclfs/PBC4cip.h
Normal file
13
pyclfs/PBC4cip.h
Normal 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 */
|
Reference in New Issue
Block a user