Developer/PythonFileTemplate

#!/usr/bin/env python # Leave this one out for non executable python files
"""
@file    <FILENAME>
@author  <AUTHOR NAME(S)>
@date    <CREATION DATE>
@version $Id: $

<DESCRIPTION>

SUMO, Simulation of Urban MObility; see http://sumo.sourceforge.net/
Copyright (C) 2008-2011 DLR (http://www.dlr.de/) and contributors
All rights reserved
"""

import ...

This page was last modified on 2 November 2011, at 09:38.