mafzaal's picture
Initialize beyond-chatgpt project with main application logic, Docker setup, and translation files
4dc0361
raw
history blame contribute delete
92 Bytes
def main():
print("Hello from beyond-chatgpt!")
if __name__ == "__main__":
main()