sidharthism's picture
Update app.py
200037e
raw
history blame
94 Bytes
import os
print(os.getcwd())
print(os.path.abspath(__file__))
print(os.path.dirname(__file__))