Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
intelli-zen
/
tweets
like
1
Follow
IntelliZen
4
License:
apache-2.0
Dataset card
Files
Files and versions
Community
0bb9ec8
tweets
/
project_settings.py
qgyd2021
first commit
0be65ae
9 months ago
raw
Copy download link
history
blame
Safe
210 Bytes
#!/usr/bin/python3
# -*- coding: utf-8 -*-
import
os
from
pathlib
import
Path
project_path = os.path.abspath(os.path.dirname(__file__))
project_path = Path(project_path)
if
__name__ ==
'__main__'
:
pass