This commit is contained in:
Михаил Капелько
2024-05-23 23:02:46 +03:00
parent 7f2dbfd65c
commit ad7efc5f19
13 changed files with 80 additions and 56 deletions

View File

@@ -4,11 +4,8 @@ def includes():
return """#include <map>
#include <string>
#include <vector>
#include "cli.h"
#include "cli_Context.h"
#include "memory.h"
#include "memory_Context.h"
#include "shell.h"
#include "main.h"
"""
def replaceAnd(s):