mastodon-ld/masto_ld/templates/categories.py

12 lines
248 B
Python
Raw Normal View History

2022-11-13 02:27:32 +00:00
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]]
"""
)