blob: bd0825fa30142ba7101510765b1b230142ab4f0c [file] [log] [blame]
#ifndef THP_STORAGE_METHODS_INC
#define THP_STORAGE_METHODS_INC
#include <Python.h>
PyMethodDef* THPStorage_getMethods();
#endif