From c27fcfd8b397b8982245bc33b730d4fa06f1bf32 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 29 Nov 2020 13:46:23 +0800
Subject: [PATCH] auto save

---
 diy.py | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/diy.py b/diy.py
index e69de29..9c96a19 100644
--- a/diy.py
+++ b/diy.py
@@ -0,0 +1,7 @@
+class hero:
+    def __init__(self):
+        self.hp=300
+        self.ed=200
+
+yase=hero()
+print(yase.hp)
\ No newline at end of file
--
libgit2 0.25.0