mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-07-20 07:51:37 +02:00
9 lines
157 B
Python
9 lines
157 B
Python
from .lamedb import get_channels
|
|
from .bouquets import get_bouquets, get_bouquet
|
|
from .satxml import get_transponders
|
|
|
|
|
|
if __name__ == "__main__":
|
|
pass
|
|
|