Files
Cnomicon/proto/python/header.py
2021-01-22 10:16:20 -05:00

41 lines
1.4 KiB
Python

##############################################################################
# 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