Example

This notebook should build.


In [4]:
from lib import *

In [7]:
if example_function():
    print 'Success!'


Success!