python: add some more comments for samples

This commit is contained in:
Nguyen Anh Quynh 2022-10-31 12:37:18 +08:00
parent 951f155f0a
commit 8ac20e2012
2 changed files with 3 additions and 1 deletions

3
bindings/python/sample_ctl.py Normal file → Executable file
View File

@ -1,4 +1,5 @@
# Unicorn Emulator Engine
#!/usr/bin/env python
# Sample code for Unicorn.
# By Lazymio(@wtdcode), 2021
from unicorn import *

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python
# Sample code for S390x of Unicorn.
from unicorn import *
from unicorn.s390x_const import *