mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Details coming soon.
This commit is contained in:
13
include/python/PythonInit.h
Normal file
13
include/python/PythonInit.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
///
|
||||
/// @brief Handle the PythonInit, module registers and DeInit
|
||||
///
|
||||
class PythonInit
|
||||
{
|
||||
private:
|
||||
friend class HyperionDaemon;
|
||||
|
||||
PythonInit();
|
||||
~PythonInit();
|
||||
};
|
Reference in New Issue
Block a user