@@ -0,0 +1,14 @@
class A(object):
"""docstring for A"""
a = 2
pass
class B(object):
b = A.a
print("Run completed")
The note is not visible to the blocked user.