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