crowdata / find_path.py
YOSOYYONOSOYOTRO's picture
Upload folder using huggingface_hub (part 2)
4223796 verified
Raw
History Blame Contribute Delete
126 Bytes
import fastapi_users_db_sqlalchemy
import os
path = os.path.dirname(fastapi_users_db_sqlalchemy.__file__)
print('Path:', path)