Update code comment in PyHelper

This commit is contained in:
2023-11-04 01:26:29 +01:00
parent 7b6d05b5ac
commit 9b5e7b1ca7

View File

@@ -1,6 +1,8 @@
#ifndef PYHELPER_HPP
#define PYHELPER_HPP
#pragma once
// Code taken and adapted from
// https ://www.codeproject.com/Articles/820116/Embedding-Python-program-in-a-C-Cplusplus-code
#include <Python.h>
#include <boost/python/numpy.hpp>