Repository URL to install this package:
|
Version:
1.2.3 ▾
|
# -*- coding: utf-8 -*-
"""
Make '_' a no-op so we can scrape strings
"""
def _(text):
"""
:return text
"""
return text