This commit is contained in:
2026-05-22 20:38:30 -03:00
parent 8ce453908c
commit a803ce705e
-1
View File
@@ -56,7 +56,6 @@ def criar_produto():
conexao = get_connection()
cursor = conexao.cursor()
sql =
if __name__ == "__main__":