mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-07-14 18:31:27 +02:00
9 lines
244 B
Python
9 lines
244 B
Python
from .lamedb import get_channels, write_channels, Channel
|
|
from .bouquets import get_bouquets, write_bouquets, Bouquet, Bouquets
|
|
from .satxml import get_satellites, write_satellites, Satellite, Transponder
|
|
|
|
|
|
if __name__ == "__main__":
|
|
pass
|
|
|