Source code for bowl.cli_opts.login

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

Created on 14 March 2014
@author: Charlie Lewis
"""

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