bytebeat_compiler.py: add intro
This commit is contained in:
parent
e4c0554420
commit
81bb2e80b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user