programmer290399 / pyqna

A simple python package for question answering.
https://programmer290399.github.io/pyqna/
BSD 3-Clause "New" or "Revised" License
11 stars 5 forks source link

Add entries in `__init__.py`'s for easy imports #15

Open programmer290399 opened 2 years ago

programmer290399 commented 2 years ago

Files like models/__init__.py are currently empty due to which we have to use absolute imports like from pyqna.models.reading_comprehension.transformer_models import TransformerQnAModel.

By adding the corresponding entries in all such files would resolve this issue.

Nightfurex commented 2 years ago

Hey can i try these.

programmer290399 commented 2 years ago

That'd be great!! 🙂