package com.github.libretube.util object TextUtils { /** * Separator used for descriptions */ const val SEPARATOR = " • " }