Example #1
0
 def start(self, args):
     """Reset existing DB if exists and setup a new empty one."""
     print '[+] Initializing the whole database...'
     db = Database()
     db.initialize()
     print '[+] Done! You should now run "labctl update all" to populate the DB'