Installation
In your project just do the following in your terminal.
pip install milesianpy
Within the packages you wish to use this library make sure to import the functions you want to use:
from milesianpy.parsers import basic_parser
Or import all of them:
import milesianpy