mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 20:41:05 -07:00
7 lines
155 B
Python
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
|