From 7f74016da5d94fad126d7862efb4c141e4216ac4 Mon Sep 17 00:00:00 2001 From: Labfox <108928065+Labfox@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:32:54 +0100 Subject: [PATCH] Create loadlib.py --- tests/loadlib.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/loadlib.py diff --git a/tests/loadlib.py b/tests/loadlib.py new file mode 100644 index 0000000..3277e99 --- /dev/null +++ b/tests/loadlib.py @@ -0,0 +1,3 @@ +from whatsfly import WhatsApp + +client = WhatsApp(on_event=print)