File app.py of Package PersistenceOS
#!/usr/bin/env python3 ''' FILE : app.py PROJECT : PersistenceOS COPYRIGHT : (c) 2024 PersistenceOS Team AUTHOR : PersistenceOS Team PACKAGE : PersistenceOS LICENSE : MIT PURPOSE : FastAPI application initialization ''' from main import app # This file allows importing the app from this package # It is used by uvicorn to load the application