add executions module to core

This commit is contained in:
Rostyslav Tyshko 2024-12-02 00:55:52 +01:00
parent 08c5dd96e2
commit 9a59eab30d
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
mod se;
mod de;

View File

@ -1 +1 @@
//ToDo: Add node_core module
pub mod executions;