This paste expires on 2023-04-03 15:41:52.663823. Repaste, or download this paste. . Pasted through web.

class Bla:
    CAT = 1
    class Foo:
        BAR = Bla.CAT
print(Bla.CAT)
print(Bla.Foo.BAR)
Filename: None. Size: 102b. View raw, , hex, or download this file.