Skip to content

Commit

Permalink
Export Annotation from fasm module.
Browse files Browse the repository at this point in the history
Signed-off-by: Dusty DeWeese <[email protected]>
  • Loading branch information
HackerFoo committed Dec 15, 2020
1 parent 3b6ce8a commit 700a4d2
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 700a4d2

Please sign in to comment.