def parse_novel_formula_test(): from app import parse_novel_formula print(parse_novel_formula("-A+ B ++C-D+E")) parse_novel_formula_test()