ramsrigouthamg / Questgen.ai

Question generation using state-of-the-art Natural Language Processing algorithms
https://questgen.ai/
MIT License
900 stars 287 forks source link

main.BoolQGen() problem #27

Open njss opened 2 years ago

njss commented 2 years ago

The example below is a problem for the current "main" module when inside the def main():

def main(): qe = main.BoolQGen()

NOTE: we must import using for example: from Questgen import main as qdmain