Skip to content

Instantly share code, notes, and snippets.

@songouyang
Last active November 17, 2017 09:27
Show Gist options
  • Save songouyang/1265e394d278543c3a07a6c774709c3b to your computer and use it in GitHub Desktop.
Save songouyang/1265e394d278543c3a07a6c774709c3b to your computer and use it in GitHub Desktop.
[Pycharm中Python模板] pycharm模板 #Python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Time : ${YEAR}/${MONTH}/${DAY}
# @Author : ouyangsong
# @Contact : songouyang@live.com
# @File : ${NAME}.py
if __name__ == "__main__":
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment