mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-03-12 15:41:20 +01:00
9 lines
144 B
Python
9 lines
144 B
Python
from .lamedb import get_channels
|
|
from .bouquets import get_bouquets
|
|
from .satxml import get_transponders
|
|
|
|
|
|
if __name__ == "__main__":
|
|
pass
|
|
|