meta-hackathon / src /app.py
Rushhaabhhh's picture
File location fix
37214c6 verified
raw
history blame contribute delete
90 Bytes
def main():
print("OpenEnv Server starting...")
if __name__ == "__main__":
main()