Skip to content

Commit

Permalink
Merge pull request #40 from HackerFoo/export_annotation
Browse files Browse the repository at this point in the history
Export Annotation from fasm module.
  • Loading branch information
HackerFoo authored Dec 15, 2020
2 parents 3b6ce8a + 700a4d2 commit 0448187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fasm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# SPDX-License-Identifier: ISC

from __future__ import print_function
from fasm.model import ValueFormat, SetFasmFeature, FasmLine
from fasm.model import ValueFormat, SetFasmFeature, Annotation, FasmLine
from fasm.parser import parse_fasm_filename, parse_fasm_string


Expand Down

0 comments on commit 0448187

Please sign in to comment.