loom
1/*
2MIT License
3
4Copyright (c) 2022 МГТУ им. Н.Э. Баумана, кафедра ИУ-6, Михаил Фетисов,
5
6https://bmstu.codes/lsx/simodo/loom
7*/
8
9#include "simodo/interpret/builtins/hosts/base/BaseRunning.h"
10
11namespace simodo::interpret::builtins
12{
13
14BaseRunning::BaseRunning(Interpret * inter)
15: BaseInterpret_abstract(inter)
16{
17
18}
19
20}