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

6 lines
61 B
Python

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