1#!/usr/bin/env python3
2import example
3print(example.add(1, 2))
4print(example.says)
5