标签:author char date auth war har .com init https
#!/usr/bin/env python # encoding: utf-8 #set( $SITE = "https://www.cnblogs.com/c-x-a" ) """ @version: v1.0 @author: cxa @contact: 1598828268@qq.com @site: ${SITE} @software: ${PRODUCT_NAME} @file: ${NAME}.py @time: ${DATE} ${TIME} """ def func(): pass class Main(): def __init__(self): pass if __name__ == "__main__": pass
标签:author char date auth war har .com init https
原文地址:https://www.cnblogs.com/c-x-a/p/8794789.html