Source code for miney.helper
import webbrowser
[docs]
def doc(self) -> None:
"""
Open the documention in the webbrower. This is just a shortcut for IDLE or the python interactive console.
:return: None
"""
webbrowser.open("https://miney.readthedocs.io/en/latest/")