schema_editor/comdel/domain/schema.cpp

10 lines
85 B
C++
Raw Normal View History

2022-04-05 21:48:07 +00:00
#include "schema.h"
namespace domain {
Schema::Schema()
{
}
} // namespace domain