Skip to content

Commit

Permalink
WIP - A2A6
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinGuillaume committed Dec 12, 2024
1 parent 45f26be commit 2c6cf4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/python_binding/src/python_binding/binding/vtx_module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ namespace VTX::PythonBinding
vtxCommandModule.doc() = "Command module : Contains all commands accessible to user via command line.";
// return; // A2E6

pybind11::module_ vtxAPIModule = m.def_submodule( "API", "VTX API." );
// return; // A2E7
// apiModule( vtxAPIModule );
// return; // A2E8
// pybind11::module_ vtxAPIModule = m.def_submodule( "API", "VTX API." );
// return; // A2E7
// apiModule( vtxAPIModule );
// return; // A2E8
}
} // namespace VTX::PythonBinding

0 comments on commit 2c6cf4d

Please sign in to comment.