def __pyarmor__(arg):
    print(f"PyArmor hook called with {arg}")

__pyarmor__('test')
print("Hello from pyarmor hook sample") 