Browse Source

Add import

david 6 years atrás
parent
commit
37bd1453db
1 changed files with 2 additions and 0 deletions
  1. 2 0
      backend/backend/app.py

+ 2 - 0
backend/backend/app.py

@@ -1,5 +1,7 @@
 import os
 
+from pathlib import Path
+
 import waitress
 
 from backend.api import Payload