Refactor library structure
This commit is contained in:
13
pyclfs/SVC.h
Normal file
13
pyclfs/SVC.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef SVC_H
|
||||
#define SVC_H
|
||||
#include "PyClassifier.h"
|
||||
|
||||
namespace pywrap {
|
||||
class SVC : public PyClassifier {
|
||||
public:
|
||||
SVC();
|
||||
~SVC() = default;
|
||||
};
|
||||
|
||||
} /* namespace pywrap */
|
||||
#endif /* SVC_H */
|
Reference in New Issue
Block a user