Changes in Python Bindings:
 * the exposed C++ simplex has Empty data
 * Python Simplex constructor with data as well as data-based
   comparison functions are implemented in pure Python
#ifndef __PYTHON_STATIC_PERSISTENCE_H__
#define __PYTHON_STATIC_PERSISTENCE_H__
#include <topology/static-persistence.h>
typedef         StaticPersistence<>             SPersistence;
typedef         SPersistence::OrderElement      SPersistenceNode;
#endif