From 90531a5b9968efe9ba9c10db4d3be540dffb241c Mon Sep 17 00:00:00 2001 From: "Johan B.W. de Vries" Date: Mon, 10 Apr 2023 16:31:51 +0200 Subject: [PATCH] Idea --- ARCHITECTURE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 1bbc7c8..2cdee2d 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -24,3 +24,6 @@ def handle_message(namespace: bytes, topic: bytes, kind: bytes, body: bytes) -> Preferably, the above automatically breaks it into an async function. Possibly, everything async in Phasm is waiting for something to be delivered from the platform? + + +If this thing gets integrated as much as possible, then `from x import y` will get Phasm to talk to the server to get its type information. \ No newline at end of file