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

8 lines
153 B
Python
Raw Normal View History

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