agvis.web.AgvisWeb#
- class agvis.web.AgvisWeb[source]#
The backend for the AGVis web application. This class handles all routes and web application logic.
- __init__()[source]#
Initializes the AgvisWeb class with operating system name and application directory.
Methods
Create the Flask application.
run([host, port, workers, dev])Run the AGVis web application using Gunicorn.