DoorPi/root_overlay/bin/door.py

4 lines
59 B
Python
Executable File

#!/usr/bin/python3
from door_pi_control import main
main()