dot_files/plugins/templates/skeleton.py
2017-07-09 00:22:01 +03:00

6 lines
61 B
Python

def main():
pass
if __name__ == "__main__":
main()