aggregation 1

This commit is contained in:
Mert Gör ☭ 2023-06-27 17:55:55 +03:00
parent 73e7c007b8
commit cb5a9a43c4
No known key found for this signature in database
GPG Key ID: 2100A876D55B39B9
1 changed files with 3 additions and 0 deletions

View File

@ -13,3 +13,6 @@ a = A()
#print(a)
b1 = B()
#print(b1)
b2 = B()
b1.seta(a)
b2.seta(a)