Skip to content

Instantly share code, notes, and snippets.

@mcdonnez
Created October 14, 2021 14:58
Show Gist options
  • Save mcdonnez/9bc6467266db51eddb79d4bad5384dcc to your computer and use it in GitHub Desktop.
Save mcdonnez/9bc6467266db51eddb79d4bad5384dcc to your computer and use it in GitHub Desktop.
@dataclass
class FooBar:
  id: str
  description: str
score: float
my_var: FooBar = FooBar()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment