hokusai/main.py

6 lines
85 B
Python

def main():
print("Hello from bulkgen!")
if __name__ == "__main__":
main()