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]] """ )