add EXTENSIONS to BaseObject class
This commit is contained in:
parent
09a2daf427
commit
f1d2800354
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
class BaseObject:
|
||||
EXTENSIONS = []
|
||||
TYPE = None
|
||||
|
||||
def __init__(self, feature):
|
||||
|
|
Loading…
Add table
Reference in a new issue