1 changed files with 17 additions and 0 deletions
@ -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…
Reference in new issue