Skip to content

Commit f04670b

Browse files
committed
added presentation_parser.py class to base controller
1 parent dd4c628 commit f04670b

File tree

2 files changed

+6
-1319
lines changed

2 files changed

+6
-1319
lines changed

libs/aries-basic-controller/aries_basic_controller/aries_controller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from .controllers.oob import OOBController
1919
from .controllers.action_menu import ActionMenuController
2020
from .controllers.revocation import RevocationController
21+
from .helpers.presentation_parser import Presentation_Parser
2122

2223
import logging
2324

0 commit comments

Comments
 (0)