1 /*  Copyright (C) 2003-2007  CAMP
2  *  Please see the accompanying LICENSE file for further information. */
3 
4 #include "extensions.h"
5 #include "bmgs/bmgs.h"
6 
7 typedef struct
8 {
9   PyObject_HEAD
10   bmgsspline spline;
11 } SplineObject;
12