mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-01-28 10:20:05 +01: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
|
|
|