orb.app.app module¶
- class orb.app.app.App(mode: AppMode = 0)¶
Bases:
object
This app could / should contain data that can be useful both from the kivy app and the CLI app.
- build(ln)¶
- channels = None¶
- config = None¶
- create_json_store()¶
- create_tables()¶
- static get_running_app()¶
- ln = None¶
- make_dirs()¶
Create data directories if required
- pubkey: str = ''¶
- run(pubkey: str)¶
- run_ui(config)¶
- running_app = None¶
- stop()¶
- title = 'Orb'¶
- property user_data_dir¶