Feat: allowing to import Decimal
This commit is contained in:
@@ -110,7 +110,7 @@ x^7
|
||||
"""
|
||||
|
||||
from .expression import Expression
|
||||
from .tokens.number import Integer
|
||||
from .tokens.number import Integer, Decimal
|
||||
|
||||
if __name__ == "__main__":
|
||||
e = Expression.from_str("1+2/3/4/5")
|
||||
|
Reference in New Issue
Block a user