Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
programmer290399 opened this issue Nov 2, 2021 · 2 comments
Open

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

programmer290399 opened this issue Nov 2, 2021 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers priority-low

Comments

@programmer290399
Copy link
Owner

programmer290399 commented Nov 2, 2021

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.

@programmer290399 programmer290399 changed the title Add entries in __ini__.py's for easy imports Add entries in __init__.py's for easy imports Nov 2, 2021
@programmer290399 programmer290399 added enhancement New feature or request good first issue Good for newcomers priority-low labels Nov 2, 2021
@Nightfurex
Copy link

Hey can i try these.

@programmer290399
Copy link
Owner Author

That'd be great!! 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers priority-low
Projects
None yet
Development

No branches or pull requests

2 participants