Initial commit of files
This commit is contained in:
40
proto/python/header.py
Normal file
40
proto/python/header.py
Normal file
@ -0,0 +1,40 @@
|
||||
##############################################################################
|
||||
# Copyright (C) 2008
|
||||
# ProbeStar Telematics, LLC.
|
||||
# All Rights Reserved. Proprietary and Confidential.
|
||||
#=============================================================================
|
||||
# Description
|
||||
#-----------------------------------------------------------------------------
|
||||
# Details
|
||||
##############################################################################
|
||||
|
||||
## @package pyexample
|
||||
# Documentation for this module.
|
||||
#
|
||||
# More details.
|
||||
|
||||
##############################################################################
|
||||
# imported packages
|
||||
##############################################################################
|
||||
|
||||
##############################################################################
|
||||
# global constants
|
||||
##############################################################################
|
||||
|
||||
##############################################################################
|
||||
# global variables
|
||||
##############################################################################
|
||||
|
||||
##############################################################################
|
||||
# functions
|
||||
##############################################################################
|
||||
|
||||
##############################################################################
|
||||
# main body
|
||||
##############################################################################
|
||||
|
||||
## Documentation for a function.
|
||||
#
|
||||
# More details.
|
||||
def func():
|
||||
pass
|
||||
Reference in New Issue
Block a user