description_tools
- gratools.main.description_tools = '\n Welcome to GraTools version: 1.0.0!\n @author: GraTools team\'s\n\n ____ __________ ____ \n 6MMMMMb/ MMMMMMMMMM `MM \n 8P YM / MM \\ MM \n 6M Y ___ __ ___ MM _____ _____ MM ____ \n MM `MM 6MM 6MMMMb MM 6MMMMMb 6MMMMMb MM 6MMMMb\\ \n MM MM69 " 8M\' `Mb MM 6M\' `Mb 6M\' `Mb MM MM\' ` \n MM ___ MM\' ,oMM MM MM MM MM MM MM YM. \n MM `M\' MM ,6MM9\'MM MM MM MM MM MM MM YMMMMb \n YM M MM MM\' MM MM MM MM MM MM MM `Mb \n 8b d9 MM MM. ,MM MM YM. ,M9 YM. ,M9 MM L ,MM \n YMMMMM9 _MM_ `YMMM9\'Yb_MM_ YMMMMM9 YMMMMM9 _MM_MYMMMM9 \n 8 / /\n /\'\'A\'\'\\ /\'\'\'\'\'\'\\ / /\'\'\'\'A\'\'\'\'\'\\\n ..GC| |..ATG...C...CG...T....TAG..\'..GC| |..\n \\..C../ \\.............../ \\...TATA.../\n\n Please cite our gitlab: https://forge.ird.fr/diade/gratools.git\n'
str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str
Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.