mastodon-ld/masto_ld/patterns/patterns.py

12 lines
208 B
Python

"""
Basic regex patterns that are simply `re.compile`d
"""
class Pattern:
"""
Metaclass for detecting patterns
Not sure what should go here but making it just for the sake of structure
"""