Atlas - main.py
Home / systems / linux / intranet / web-management-core Lines: 1 | Size: 194 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1from fastapi import FastAPI 2from pages import demo 3 4app = FastAPI() 5app.include_router(demo.router) 6 7if __name__ == "__main__": 8 import uvicorn 9 uvicorn.run(app, host="0.0.0.0", port=8000)[FILE END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.