mishmash.commands.web module¶
-
class
mishmash.commands.web.Web(subparsers=None, **kwargs)[source]¶ Bases:
mishmash.core.CommandConstruct a command. Any kwargs are added to the class object using
setattr. All commands have an ArgumentParser, either constructed here or whensubparsersis given a new parser is created using itsadd_parsermethod.-
HELP= 'MishMash web interface.'¶
-
NAME= 'web'¶
-