mastodon-ld/masto_ld/templates/categories.py

12 lines
248 B
Python

from masto_ld.templates import WikiPage
class Category(WikiPage):
"""Trivial subclass to indicate these are categories!"""
pass
Thread = Category(
name="Category:Thread",
body="""
[[Imported from::schema:SocialMediaPosting]]
"""
)