1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-07 20:41:05 -07:00
moth/example-puzzles/example/200/puzzlelib.py
2019-08-15 23:41:08 +01:00

7 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