1 2 3 4 5from . import lyrics if __name__ == "__main__": lyrics.main()
1 2 3 4 5
from . import lyrics if __name__ == "__main__": lyrics.main()