Example #1
0
 def do_create(self, arg):
     """Creates a new instance of BaseModel, and prints the id"""
     arg = HBNBCommand.parse_argument(arg)
     Actions.create(arg)