mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-02-18 12:37:54 +01:00
9 lines
155 B
Python
9 lines
155 B
Python
from .lamedb import get_channels
|
|
from .bouquets import get_bouquets, get_bouquet
|
|
from .satxml import get_satellites
|
|
|
|
|
|
if __name__ == "__main__":
|
|
pass
|
|
|