Source code for bowl.cli_opts.revoke

"""
This module is the revoke command of bowl.

Created on 30 September 2014
@author: Charlie Lewis
"""

[docs]class revoke(object): """ This class is responsible for the revoke command of the cli. """ @classmethod
[docs] def main(self, args): # !! TODO print args