hyperion.ng
PythonInit.h
1 #pragma once
2 
6 class PythonInit
7 {
8 private:
9  friend class HyperionDaemon;
10 
11  PythonInit();
12  ~PythonInit();
13 };
Definition: hyperiond.h:67
Handle the PythonInit, module registers and DeInit.
Definition: PythonInit.h:6