GraphDom
Loading...
Searching...
No Matches
graphdom.h
1/*
2 * Copyright 2026 Michele Comparini
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef GRAPHDOM_GRAPHDOM_H
8#define GRAPHDOM_GRAPHDOM_H
9
10#include "abstract_classes.h"
11#include "concrete_classes.h"
12
13#endif //GRAPHDOM_GRAPHDOM_H