Update models.py
Browse files
models.py
CHANGED
|
@@ -140,6 +140,7 @@ class Usuario(Base):
|
|
| 140 |
def __repr__(self) -> str:
|
| 141 |
return f"<Usuario id={self.id} usuario={self.usuario!r} perfil={self.perfil!r} ativo={self.ativo}>"
|
| 142 |
|
|
|
|
| 143 |
# =====================================================
|
| 144 |
# QUIZ - PERGUNTAS
|
| 145 |
# =====================================================
|
|
|
|
| 140 |
def __repr__(self) -> str:
|
| 141 |
return f"<Usuario id={self.id} usuario={self.usuario!r} perfil={self.perfil!r} ativo={self.ativo}>"
|
| 142 |
|
| 143 |
+
|
| 144 |
# =====================================================
|
| 145 |
# QUIZ - PERGUNTAS
|
| 146 |
# =====================================================
|