Files
appointment_tool/definitions.py
T

6 lines
84 B
Python

import os
BAUDRATE = 115200
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))