From 8862696926173104957729683832591438161557 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Fri, 27 Dec 2024 16:14:46 -0500 Subject: Render Layers --- python/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/__init__.py') diff --git a/python/__init__.py b/python/__init__.py index 1cdc541e..db4e8e69 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -81,6 +81,7 @@ from .undo import * from .fileaccessor import * from .languagerepresentation import * from .lineformatter import * +from .renderlayer import * # We import each of these by name to prevent conflicts between # log.py and the function 'log' which we don't import below from .log import ( -- cgit v1.3.1