From a3079d53535000426fc812e6c139d4603c4fce9b Mon Sep 17 00:00:00 2001
From: Mina Moshfegh <mina.moshfegh@fau.de>
Date: Wed, 19 Feb 2025 15:57:20 +0000
Subject: [PATCH] Upload New File

---
 src/replay/__init__.py | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 src/replay/__init__.py

diff --git a/src/replay/__init__.py b/src/replay/__init__.py
new file mode 100644
index 0000000..0a917e1
--- /dev/null
+++ b/src/replay/__init__.py
@@ -0,0 +1,7 @@
+# This init file exposes isotropic and anisotropic replay methods
+# for easy importing in other parts of the code.
+
+from .isotropic_replay import isotropic_replay
+from .anisotropic_replay import anisotropic_replay
+
+__all__ = ["isotropic_replay", "anisotropic_replay"]
-- 
GitLab