# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/gv5vtza
爲什麼寫 Python 項目時,模塊內一定要有這個東西?**
各位 Python 愛好者,你是否曾經在某個深夜,被一個看似無辜的文件名嚇到過?它就是神祕的 init.py。你可能會想:“這個文件究竟有啥用?” 今天,我們要揭開它的面紗,帶你走進 Python 模塊的奇妙世界。 目錄        一、什麼是 init.py?        二、init.py 文件的高級用法        三、實際案例:創建一個實用工具包        四、爲什麼 init ⌘ Read more