#pragma implementation "python.h" #include "python.h" namespace python { // create an instance of SeqBase // Place in an anonymous namespace to prevent polluting the namespace namespace { Sequence sequence; } }