etat_libre_2020/entites.py

15 lines
231 B
Python
Raw Normal View History

2020-05-10 04:21:41 +00:00
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Sat May 9 09:53:25 2020
@author: francois
"""
from questionary import prompt
import questions_entite as qe
entite = prompt(qe.choix_entite)
print(entite['entite'])