You can load libraries into the global namespace. We had this feature before libraries but it is not the recommended approach.
By loading the my.turbo
library into the global namespace, you will be able to access the my.btn
class without the my
prefix, that is, simply as btn
.