From 21c7b38cd4f5c7696c34472a6324c6a11c6da8f1 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Wed, 11 Oct 2023 18:41:25 -0400 Subject: [PATCH] [+] Importing magic --- msclap | 1 + src/__init__.py | 1 + 2 files changed, 2 insertions(+) create mode 120000 msclap diff --git a/msclap b/msclap new file mode 120000 index 0000000..e831038 --- /dev/null +++ b/msclap @@ -0,0 +1 @@ +src \ No newline at end of file diff --git a/src/__init__.py b/src/__init__.py index e69de29..bd3b45b 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -0,0 +1 @@ +from .CLAPWrapper import CLAPWrapper as CLAP \ No newline at end of file