diff --git a/splashbuilder.py b/splashbuilder.py index 7966928..40fbb44 100644 --- a/splashbuilder.py +++ b/splashbuilder.py @@ -72,4 +72,14 @@ Pitch (16bit) if pitch bit 7 is set then the channel is stopped. -""" \ No newline at end of file +""" + +import json +import struct + +def main(): + print("Hello") + + +if __name__ == "__main__": + main() \ No newline at end of file