awesome-youtubers/linter/lint.py
Jose De Freitas 6e25769bb0 Try requests
2021-02-20 12:57:03 -05:00

15 lines
239 B
Python

# from rules.content_about import content_about
def main():
"""
Main function. Used specifically to call print results
by calling functions into rules/.
"""
pass
if __name__ == '__main__':
main()