Example #1
0
def check_if_exist(site):
  """
  Function that checks if a site exists and returns a boolean (true/false)
  """  
  return crd.check_if_exist(site)