File size: 112 Bytes
bf6550d
 
 
548e13c
 
 
1
2
3
4
5
6
7
from __future__ import annotations

from src.server.app import app, main

if __name__ == "__main__":
    main()