From 8c53efe707ec2b1b7e5b81c3e8b6970153a56739 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Thu, 12 Dec 2024 09:44:19 +0000 Subject: [PATCH] #31 Densya-nai de no sagefu-bun --- test.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test.py b/test.py index 217edcb..1f780d1 100644 --- a/test.py +++ b/test.py @@ -199,6 +199,11 @@ class CurrentTime (GameObject): (i % 2, i // 2 * 2)) +class Balloon (GameObject): + query: str + answer: str + + class CWindow: WIDTH = 1024 HEIGHT = 768