edualgo / eduAlgo

A simple python package having modules of different algorithms to use in educational purposes.
https://edualgo.github.io/documentation/
MIT License
99 stars 54 forks source link

__init__ file is empty #150

Closed Manoj-Paramsetti closed 3 years ago

Manoj-Paramsetti commented 3 years ago

Is your feature request related to a problem? Please describe. __init.py is empty and doesn't contain print_msg_box() function in `/edualgo/maths/init__.py`

Describe the solution you'd like Adding the print_msg_box function in /edualgo/maths/__init__.py

Additional context Importing print_msg_box directly from the eduAlgo package is not appreciated

Abhijit2505 commented 3 years ago

@Manoj-Paramsetti please get started.

Abhijit2505 commented 3 years ago

@Manoj-Paramsetti please get started.

Manoj-Paramsetti commented 3 years ago

@Abhijit2505 Completed! check the pull request #151