Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 356 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 356 Bytes

Project name here

Summary description here.

This file will become your README and also the index of your documentation.

Install

pip install your_project_name

How to use

Fill me in please! Don't forget code examples:

say_hello("Flasch")
'Hello Flasch!'
assert say_hello("Flasch") == 'Hello Flasch!'