diff --git a/api_snapshot/recorder/__init__.py b/api_snapshot/recorder/__init__.py new file mode 100644 index 0000000..104b6c0 --- /dev/null +++ b/api_snapshot/recorder/__init__.py @@ -0,0 +1,3 @@ +from api_snapshot.recorder.recorder import record_session + +__all__ = ["record_session"]