Source code for bowl.cli_opts.logout

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

Created on 29 May 2014
@author: Charlie Lewis
"""

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