Black formatting

This commit is contained in:
JanLJL
2024-05-02 17:04:56 +02:00
parent c9e38631d1
commit aca5511d6a
6 changed files with 28 additions and 23 deletions

View File

@@ -3,6 +3,7 @@ Collection of parsers supported by OSACA.
Only the parser below will be exported, so please add new parsers to __all__.
"""
from .base_parser import BaseParser
from .parser_x86att import ParserX86ATT
from .parser_AArch64 import ParserAArch64