mastodon-ld/masto_ld/patterns/patterns.py

12 lines
208 B
Python
Raw Normal View History

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