mirror of
https://github.com/katanemo/plano.git
synced 2026-05-07 06:42:42 +02:00
7 lines
136 B
Python
7 lines
136 B
Python
|
|
import app.commons.utilities as utils
|
||
|
|
|
||
|
|
|
||
|
|
DEVICE = utils.get_device()
|
||
|
|
MODE = utils.get_serving_mode()
|
||
|
|
HARDWARE = utils.get_hardware(MODE)
|