#pragma once
#include <QtWidgets/QMainWindow>
#include "dag_present.h"
#include "xast_parse.h"
class StoryPresent : public QMainWindow {
Q_OBJECT
public:
StoryPresent(QWidget* parent = nullptr);
~StoryPresent();
};