Sgt_choke_n_stroke@lemmy.world to Programmer Humor@programming.dev · 2 years agoThe temptation is always therelemmy.worldimagemessage-square62fedilinkarrow-up1925arrow-down132
arrow-up1893arrow-down1imageThe temptation is always therelemmy.worldSgt_choke_n_stroke@lemmy.world to Programmer Humor@programming.dev · 2 years agomessage-square62fedilink
minus-squareHurglet@lemmy.basedcount.comlinkfedilinkarrow-up1·2 years agoI do this all the time in Python by creating a class like class Core: foo = "bar"
I do this all the time in Python by creating a class like
class Core: foo = "bar"