Update analyzer.py, api.py and four other files
This commit is contained in:
@@ -7,11 +7,12 @@ class Base:
|
||||
store: object
|
||||
|
||||
def __init__(self, symbol, store):
|
||||
self.disable_dirty = False
|
||||
self.disable_dirty = True
|
||||
self.store = store
|
||||
self.symbol = symbol
|
||||
self.define()
|
||||
|
||||
self.disable_dirty = False
|
||||
|
||||
def define(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user