qwenillustrious / main.py
lsmpp's picture
Add files using upload-large-folder tool
d926b4c verified
raw
history blame contribute delete
93 Bytes
def main():
print("Hello from qwenillustrious!")
if __name__ == "__main__":
main()