mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-06 20:10:36 -07:00
7 lines
157 B
Python
7 lines
157 B
Python
"""This is an example of a category-level library.
|
|
|
|
This library can be imported by child puzzles using `import categorylib`
|
|
"""
|
|
|
|
def gettwo():
|
|
return 2
|