awesome-youtubers/linter/lint.py

15 lines
239 B
Python
Raw Normal View History

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