Model

Model#

class gam.ast.program.Model(*, name: Literal['Model'] = 'Model', structs: List[StructDeclaration] = None, **extra_data: Any)[source]#

Represents a model.

A Model is a collection of structs that are used to represent the data in the application. It is used to store the data in the application.

name: Literal['Model']#
structs: List[StructDeclaration]#