@@ -1,8 +1,11 @@
from fastapi import FastAPI
import tomllib
import logging
from routers import ip
logging.basicConfig(level=logging.INFO)
def get_version_from_pyproject():
with open("pyproject.toml", "rb") as f:
data = tomllib.load(f)
The note is not visible to the blocked user.