Commit 377b5616 by BellCodeEditor

save project

parent b082f57c
# constant
NEWLOG = {}
NEWLOGNUM = 0
NEWLOGOI = 0
class log: class log:
def __init__(self): def __init__(self):
self.log = {} self.log = NEWLOG
self.lognum = 0 self.lognum = NEWLOGNUM
self.logoi = NEWLOGOI
print('log 1.0.0\nHello from the log community.') print('log 1.0.0\nHello from the log community.')
def att_log(self, log_key, log_word): def att_log(self, log_key, log_word):
...@@ -10,3 +16,6 @@ class log: ...@@ -10,3 +16,6 @@ class log:
def cutall_log(self): def cutall_log(self):
self.log = {} self.log = {}
def seek_log(self):
pass
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment