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