InvoDB/invodb/main.h

12 lines
163 B
C
Raw Normal View History

2021-10-05 14:41:15 +08:00
//
// Created by YuhangQ on 2021/9/24.
//
#ifndef INVODB_MAIN_H
#define INVODB_MAIN_H
#include <iostream>
2021-10-23 16:28:57 +08:00
#include "models/collection.h"
2021-10-05 14:41:15 +08:00
#endif //INVODB_MAIN_H