Source code for main
"""This is the main python module where we call all the function to do
something...
"""
if __name__ == "__main__":
main()
"""This is the main python module where we call all the function to do
something...
"""
if __name__ == "__main__":
main()