Source code for bowl.cli_opts.grant

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

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

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