Skip to content

Commit cd998ff

Browse files
Create app.py
1 parent 3a2a39e commit cd998ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import string
44
import random
55
import validators
6+
import os
67

78
app = Flask(__name__)
89
client = MongoClient("your_mongodb")

0 commit comments

Comments
 (0)