Add a fancy main
This commit is contained in:
parent
7d30b8c911
commit
3df9e3dace
@ -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()
|
||||
Loading…
x
Reference in New Issue
Block a user