1#ifndef THP_STORAGE_METHODS_INC
2#define THP_STORAGE_METHODS_INC
3
4#include <Python.h>
5
6PyMethodDef* THPStorage_getMethods();
7
8#endif
9