mirror of https://github.com/dirtbags/moth.git
8 lines
153 B
Python
8 lines
153 B
Python
|
"""This is an example of a puzzle-level library.
|
||
|
|
||
|
This library can be imported by child puzzles using `import puzzlelib`
|
||
|
"""
|
||
|
|
||
|
def getone():
|
||
|
return 1
|