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)