Codegen: allow full annotation of classes

This commit is contained in:
Paolo Tranquilli
2024-09-20 06:55:17 +02:00
parent cf5d56addf
commit cc5882a3c3
6 changed files with 177 additions and 49 deletions

View File

@@ -1,5 +1,8 @@
from misc.codegen.lib.schemadefs import *
include("../shared/tree-sitter-extractor/src/generator/prefix.dbscheme")
include("prefix.dbscheme")
@qltest.skip
class Element:
pass