4 lines
61 B
Python
Executable file
4 lines
61 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from gajim import gajim
|
|
gajim.main()
|