diff --git a/usama.py b/usama.py new file mode 100644 index 0000000..cba3f6f --- /dev/null +++ b/usama.py @@ -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())