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


if __name__ == "__main__":
    main()