def __init__()

in hexforge_modules/crypto_modules.py [0:0]


            def __init__(self, aes_mods_list):
                ida_kernwin.Choose.__init__(
                    self,
                    "",
                    [
                        ["AES mod", 9],
                        ["", 9],
                    ],
                    flags=0,
                    embedded=True,
                    width=30,
                    height=6,
                )
                self.items = aes_mods_list
                self.icon = None