cineclub-script/index.py

12 lines
191 B
Python
Raw Permalink Normal View History

2023-09-02 18:14:40 +02:00
from scripts.ccInterface import FilmInterface
fi = FilmInterface()
try:
fi.main()
except EOFError:
print("\nCtrl-D : Sortie du programme")
pass
#except:
# fi.main()
# pass