Skip to content

Commit

Permalink
[test project] Add reference through import
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Dec 9, 2024
1 parent 6c8a54f commit e5fe5fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/examples/project1/src/moduleAtRoot5.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
print(rootPackageVariable)
print(moduleAtRootVariable)

print(Person)

p1 = Person("Imen", 37)
p1.printInfos()

Expand Down

0 comments on commit e5fe5fa

Please sign in to comment.