CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.91k stars 235 forks source link

PyInquirer.prompt(questions) #201

Closed MohsenQazi closed 5 months ago

MohsenQazi commented 8 months ago
    answers = prompt.prompt(questions, style=custom_style_2)
AttributeError: 'function' object has no attribute 'prompt'