from scripts.ccInterface import FilmInterface fi = FilmInterface() try: fi.main() except EOFError: print("\nCtrl-D : Sortie du programme") pass #except: # fi.main() # pass