A web scraper build to search specific information for a given compound (and its pseudonyms)

Merge branch 'develop' into feature/executable

+1 -1
+1 -1
fourmi.py
··· 102 102 103 103 # The start for the Fourmi Command Line interface. 104 104 if __name__ == '__main__': 105 - arguments = docopt.docopt(__doc__, version='Fourmi - V0.4.0') 105 + arguments = docopt.docopt(__doc__, version='Fourmi - V0.4.1') 106 106 loader = SourceLoader() 107 107 108 108 if arguments["--include"]: