DoorControl/door_pi_control/__main__.py
2022-11-06 14:30:11 +01:00

4 lines
44 B
Python

#!/usr/bin/python
from . import main
main()