4 lines
81 B
Python
4 lines
81 B
Python
#!/usr/bin/env python3
|
|
|
|
from gajim import history_manager
|
|
history_manager.main()
|