awesome-youtubers/linter/lint.py

15 lines
239 B
Python
Raw Normal View History

2021-02-20 12:57:03 -05:00
# from rules.content_about import content_about
2021-02-06 14:47:14 -05:00
2021-02-11 18:24:13 -05:00
2021-02-06 14:47:14 -05:00
def main():
"""
Main function. Used specifically to call print results
by calling functions into rules/.
"""
2021-02-11 18:24:13 -05:00
2021-02-20 12:57:03 -05:00
pass
2021-02-06 14:47:14 -05:00
2021-02-11 18:24:13 -05:00
2021-02-06 14:47:14 -05:00
if __name__ == '__main__':
main()