1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

enumerate record_mode values

This commit is contained in:
Aaron Bannin
2020-05-24 20:15:01 -07:00
parent 2e5fdd36d5
commit 0c2bbe0d51
9 changed files with 51 additions and 30 deletions

View File

@@ -1,6 +1,7 @@
import logging
from .config import VCR
from logging import NullHandler
from .record_mode import RecordMode as mode
__version__ = "4.0.2"