aboutsummaryrefslogtreecommitdiff
path: root/src/rule.cpp
blob: 4426575287afbfc86c7d27e4a0eae0dca6de80d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "rule.h"

Rule::Rule()
{
}

Rule::~Rule()
{
}

void Rule::execute()
{
}