hyperion.ng/include/python/PythonInit.h

14 lines
177 B
C++

#pragma once
///
/// @brief Handle the PythonInit, module registers and DeInit
///
class PythonInit
{
private:
friend class HyperionDaemon;
PythonInit();
~PythonInit();
};