moth/example-puzzles/example/200/puzzlelib.py

8 lines
155 B
Python

"""This is an example of a puzzle-level library.
This library can be imported by sibling puzzles using `import puzzlelib`
"""
def getone():
return 1