Browse Source

ajout

master
enora.delmas 3 weeks ago
parent
commit
886ba080c3
  1. 17
      InterfaceServeur.py

17
InterfaceServeur.py

@ -0,0 +1,17 @@
# -*- coding: utf-8 -*-
import tkinter as tk
from Interface import Interface
class InterfaceServeur(Interface):
def __init__(self):
Interface.__init__(self, "serveur")
self.n = 870567544966633301
self.e = 42205
self.d = 769020235650503533
# à compléter
It = InterfaceServeur()
It.mainloop()
Loading…
Cancel
Save