File size: 78 Bytes
aae7b06
 
 
 
 
1
2
3
4
5
6
from server.app import app, main


if __name__ == "__main__":
    main()