Files
bearhub/bauh/commons/regex.py
2023-12-01 07:36:11 -03:00

4 lines
49 B
Python

import re
RE_URL = re.compile(r"^https?://.+$")