mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
37a0982278
account I hardly ever use...
7 lines
149 B
Python
7 lines
149 B
Python
"""Minimal "re" compatibility wrapper"""
|
|
|
|
engine = "sre" # Some apps might use this undocumented variable
|
|
|
|
from sre import *
|
|
from sre import __all__
|