view charset_normalizer/__main__.py @ 13:f550715358f1

planemo upload for repository https://toolrepo.galaxytrakr.org/view/jpayne/bioproject_to_srr_2/556cac4fb538
author jpayne
date Mon, 20 May 2024 00:56:52 -0400
parents 5eb2d5e3bf22
children
line wrap: on
line source
from .cli import cli_detect

if __name__ == "__main__":
    cli_detect()