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


if __name__ == "__main__":
    main()