YoloFace-BE/main.py
2024-11-04 21:41:12 +08:00

10 lines
92 B
Python

from src.app import app
def main():
app.run()
if __name__ == "__main__":
main()