Update base.py

This commit is contained in:
Richard Bronkhorst 2023-06-17 21:23:18 +02:00
parent 293b6d1c3e
commit 9987481848

View File

@ -1,8 +1,6 @@
from copy import deepcopy
from dataclasses import dataclass
from nullptr.util import sg
@dataclass
class Base:
identifier = 'symbol'
symbol: str