We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52eee0a commit 361760fCopy full SHA for 361760f
app_calculadora/interfaz/Interfaz.py
@@ -1,5 +1,5 @@
1
from tkinter import Tk, Frame, Label, Button, StringVar
2
-from interfaz.Operaciones_calculadora import Evento
+from .Operaciones_calculadora import Evento
3
4
class Calculadora(Frame):
5
0 commit comments