bytebeat_compiler.py: add intro
This commit is contained in:
parent
b8dd74e4fd
commit
f48d603cc4
@ -1,5 +1,8 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
print(":: C bytebeat generator: compiler unit")
|
||||||
|
|
||||||
from argparse import ArgumentParser
|
from argparse import ArgumentParser
|
||||||
from os import environ, makedirs
|
from os import environ, makedirs
|
||||||
from os.path import exists, join as path_join
|
from os.path import exists, join as path_join
|
||||||
|
Loading…
Reference in New Issue
Block a user