from maltego_trx.decorator_registry import TransformRegistry12registry = TransformRegistry(3owner="Mario Rojas",4author="Mario Rojas <[email protected]>",5host_url="https://transforms.mro.com",6seed_ids=["holehe"]7)89# The rest of these attributes are optional1011# metadata12registry.version = "0.1"1314# global settings15# from maltego_trx.template_dir.settings import api_key_setting16# registry.global_settings = [api_key_setting]1718# transform suffix to indicate datasource19# registry.display_name_suffix = " [ACME]"2021# reference OAuth settings22# registry.oauth_settings_id = ['github-oauth']232425