pic_scanner.cli.subcommands.registry
Attributes
The name of the program. |
|
The authors of the project. |
|
The description of the program. |
|
Classes
Module Contents
- pic_scanner.cli.subcommands.registry.PROG_NAME = 'IS-NSFW-Scanner'
The name of the program.
- pic_scanner.cli.subcommands.registry.AUTHORS
The authors of the project.
- pic_scanner.cli.subcommands.registry.PROG_DESC = 'A tool for scanning (and managing) images for NSFW content.'
The description of the program.
- class pic_scanner.cli.subcommands.registry.Registry
- register_subcommand(name, help_text, handler, arguments)
- pic_scanner.cli.subcommands.registry.REGISTRY