mirror of
https://github.com/SinTan1729/recipe-box-for-wikijs.git
synced 2025-04-11 14:56:04 -05:00
6 lines
99 B
Python
6 lines
99 B
Python
def main():
|
|
print("Hello from recipe-box-for-wikijs!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|