@@ -0,0 +1,9 @@
import os
from dotenv import load_dotenv
basedir = os.path.abspath(os.path.dirname(__file__))
load_dotenv()
class Config:
SECRET: str = os.environ.get("SECRET")
API_URL: str = os.environ.get("API_URL")
The note is not visible to the blocked user.