simdb.remote.core.typing module

class simdb.remote.core.typing.SimDBApp(import_name: str, static_url_path: str | None = None, static_folder: str | PathLike | None = 'static', static_host: str | None = None, host_matching: bool = False, subdomain_matching: bool = False, template_folder: str | None = 'templates', instance_path: str | None = None, instance_relative_config: bool = False, root_path: str | None = None)[source]

Bases: Flask

Wrapper class for typing of SimDB Flask app with additional fields to hold configuration and database.

db : Database
simdb_config : Config