hyperion.ng/include/python/PythonInit.h

14 lines
177 B
C
Raw Normal View History

2018-12-27 23:11:32 +01:00
#pragma once
///
/// @brief Handle the PythonInit, module registers and DeInit
///
class PythonInit
{
private:
friend class HyperionDaemon;
2018-12-27 23:11:32 +01:00
PythonInit();
~PythonInit();
};