paper_note/main.py
2025-03-05 20:38:41 +08:00

7 lines
82 B
Python

def main():
print("Hello from note!")
if __name__ == "__main__":
main()