moth/example-puzzles/example/categorylib.py

8 lines
157 B
Python
Raw Normal View History

"""This is an example of a category-level library.
This library can be imported by child puzzles using `import categorylib`
"""
def gettwo():
return 2