File size: 90 Bytes
28fbd98
 
 
 
 
1
2
3
4
5
def main():
    print("OpenEnv Server starting...")

if __name__ == "__main__":
    main()