mirror of
https://github.com/JoseDeFreitas/awesome-youtubers.git
synced 2025-01-05 04:21:00 -05:00
15 lines
239 B
Python
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()
|