6 lines
92 B
Python
6 lines
92 B
Python
def main():
|
|
print("Hello from img-cert-maker!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|