thunderbird_accounts.utils.models

Classes

BaseModel(*args, **kwargs)

Basic information that should go on every model

class thunderbird_accounts.utils.models.BaseModel(*args, **kwargs)[source]

Bases: Model

Basic information that should go on every model

Parameters:
  • uuid – UUID primary key

  • created_at – Datetime the model was created on (UTC)

  • updated_at – Datetime the model was last updated on (UTC)