Add a fancy main

This commit is contained in:
Godzil 2019-09-30 18:40:50 +01:00
parent 7d30b8c911
commit 3df9e3dace

View File

@ -72,4 +72,14 @@ Pitch (16bit)
if pitch bit 7 is set then the channel is stopped.
"""
"""
import json
import struct
def main():
print("Hello")
if __name__ == "__main__":
main()