From 3df9e3dacedfc42b3fa9273cdb952d1e56e43557 Mon Sep 17 00:00:00 2001 From: Godzil Date: Mon, 30 Sep 2019 18:40:50 +0100 Subject: [PATCH] Add a fancy main --- splashbuilder.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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