uisrnn.contrib.contrib_template

This is a template for community contributions.

 1# Contributor information:
 2#   Name: First Last
 3#   GitHub account: username
 4#   Email: username@abcd.edu
 5#   Organization: ABCD University
 6"""This is a template for community contributions."""
 7
 8
 9def example_function():
10  """This is an example function."""
11  return True
def example_function():
10def example_function():
11  """This is an example function."""
12  return True

This is an example function.