saving changes to pb

This commit is contained in:
xuu
2025-03-26 18:49:42 -06:00
parent 41aa46ce83
commit fb10041e71
18 changed files with 1021 additions and 321 deletions

View File

@@ -2,7 +2,12 @@ namespace lextwt;
table TwtRegistry {
preamble:[Comment];
twters:[Twter];
twts:[Twt];
}
table TwtFeed {
twter:Twter;
preamble:[Comment];
twts:[Twt];
}