7 lines
91 B
Python
7 lines
91 B
Python
from api_server.app import main
|
|
|
|
import sys
|
|
|
|
if __name__ == "__main__":
|
|
main(sys.argv)
|