Add lookup expressions

This commit is contained in:
James Westman 2022-01-29 21:21:04 -06:00
parent d09ee2a62b
commit 012bdf6843
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
8 changed files with 177 additions and 5 deletions

View file

@ -2,6 +2,7 @@
templates. """
from .attributes import BaseAttribute, BaseTypedAttribute
from .expression import Expr
from .gobject_object import Object, ObjectContent
from .gobject_property import Property
from .gobject_signal import Signal