mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 15:57:03 -05:00
12 lines
260 B
Python
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
|