add EXTENSIONS to BaseObject class

This commit is contained in:
Morgan 'ARR\!' Allen 2025-04-30 13:51:19 -07:00
parent 09a2daf427
commit f1d2800354

View file

@ -1,4 +1,5 @@
class BaseObject:
EXTENSIONS = []
TYPE = None
def __init__(self, feature):