Select the types of activity you want to include in your feed.
1# SPDX-License-Identifier: AGPL-3.0-only 2# Copyright (c) 2026 sol pbc 3 4"""python -m think.link — entry point for `sol link`.""" 5 6from .service import main 7 8if __name__ == "__main__": 9 main()