role extracion and sop generation added

This commit is contained in:
2024-08-31 01:29:39 +00:00
parent ccb0db21d6
commit 1f02a30a16
15 changed files with 734 additions and 11 deletions
+7
View File
@@ -0,0 +1,7 @@
from src.api.app import create_app
app = create_app()
if __name__ == '__main__':
app.run(debug=True, port=5401)