moved tasks to tasks namespace

added python tool
This commit is contained in:
isanae
2020-12-03 17:44:52 -05:00
parent faaeacedb1
commit 2f4cd56276
37 changed files with 139 additions and 81 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include "tasks.h"
#include "../core/process.h"
namespace mob
namespace mob::tasks
{
python::python()