diff --git a/bytebeat_compiler.py b/bytebeat_compiler.py index 1761328..9150a70 100644 --- a/bytebeat_compiler.py +++ b/bytebeat_compiler.py @@ -1,5 +1,8 @@ #!/usr/bin/python3 +if __name__ == "__main__": + print(":: C bytebeat generator: compiler unit") + from argparse import ArgumentParser from os import environ, makedirs from os.path import exists, join as path_join