From 522531a769a62c82d4be0410e7b8e864838bff8b Mon Sep 17 00:00:00 2001 From: CyrilFerlicot Date: Wed, 4 Dec 2024 17:04:39 +0100 Subject: [PATCH] [test project] Add a read access from a package --- resources/examples/project1/src/root/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/examples/project1/src/root/__init__.py b/resources/examples/project1/src/root/__init__.py index c89edbd..eac2ce8 100644 --- a/resources/examples/project1/src/root/__init__.py +++ b/resources/examples/project1/src/root/__init__.py @@ -2,6 +2,8 @@ rootPackageVariable = 33 +print(rootPackageVariable) + def function_with_common_name(): return False