#pragma implementation "python.h"
#include "python.h"

namespace python {
  
   // create an instance of SeqBase<python::Object>
   // Place in an anonymous namespace to prevent polluting the namespace
   namespace {
      Sequence sequence;
   }

}


syntax highlighted by Code2HTML, v. 0.9.1