initial commit

This commit is contained in:
Luca
2026-06-04 22:21:53 +00:00
commit b75e84dec2
4 changed files with 56 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
entity Books {
key ID : Integer;
title : String;
author : String;
}