mirror of
https://github.com/quantum5/win2xcur.git
synced 2025-08-13 11:49:33 -04:00
6 lines
82 B
Python
6 lines
82 B
Python
from win2xcur.writer.x11 import to_x11
|
|
|
|
CONVERTERS = {
|
|
'x11': (to_x11, ''),
|
|
}
|