Skip to content

Commit 554bed2

Browse files
committed
Criando a Classe Pessoa
1 parent e0ba8e8 commit 554bed2

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

oo/__init__.py

Whitespace-only changes.

oo/pessoa.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Criando a Classe Pessoa
2+
class Pessoa:
3+
pass

placa_grafica_tkinter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import math
66
from os import path
77
import atores
8-
98
from fase import Fase, EM_ANDAMENTO, VITORIA
109
from atores import PassaroVermelho, PassaroAmarelo, Porco, Obstaculo
1110

0 commit comments

Comments
 (0)