5 lines
51 B
Text
5 lines
51 B
Text
|
#!/usr/bin/python3
|
||
|
|
||
|
from poezio import main
|
||
|
main()
|