1
0

bytebeat_compiler.py: add intro

This commit is contained in:
Intel A80486DX2-66 2024-06-02 19:33:30 +03:00
parent e4c0554420
commit 81bb2e80b4
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -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