From 081e0e08e3f9aeb8b9eaab110cc6b683c4eebfc6 Mon Sep 17 00:00:00 2001 From: usamaghumman Date: Sat, 14 Feb 2026 11:43:01 -0600 Subject: [PATCH 1/2] Add main function to write to light matrix --- usama | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 usama diff --git a/usama b/usama new file mode 100644 index 0000000..cba3f6f --- /dev/null +++ b/usama @@ -0,0 +1,8 @@ +from hub import light_matrix +import runloop + +async def main(): + # write your code her + await light_matrix.write("usama ibrahim n") + +runloop.run(main()) From f3c6a569814530028afe9d0983d29c2917b04518 Mon Sep 17 00:00:00 2001 From: usamaghumman Date: Sat, 14 Feb 2026 11:43:45 -0600 Subject: [PATCH 2/2] Add usama.py file --- usama => usama.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename usama => usama.py (100%) diff --git a/usama b/usama.py similarity index 100% rename from usama rename to usama.py