Source code for spike.Miscellaneous

#!/usr/bin/env python 
 # encoding: utf-8


"""
Utilities

Created by Marc-André on 2011-03-20.
Copyright (c) 2011 IGBMC. All rights reserved.
"""


[docs]def main(): pass
if __name__ == '__main__': main()