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