4 lines
59 B
Python
4 lines
59 B
Python
|
#!/usr/bin/python3
|
||
|
from door_pi_control import main
|
||
|
main()
|