ImHex/plugins/script_loader/templates/Python/main.py

12 lines
260 B
Python

import imhex
# ImHex executes the entire script when it's being loaded and only adds it to the
# Run Script menu if there is a main function.
def main():
"""
This is the main function that will be called when the script is executed
"""
pass