This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Open
/
python-project-structure-sample
Watch
1
Star
0
Fork
You've already forked python-project-structure-sample
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d304a9ac2f
python-project-structure-sa...
/
sample
/
helpers.py
4 lines
59 B
Python
Raw
Normal View
History
Unescape
Escape
Lets allow the helpers to be helpfull I had problems transissioning form python 2 to 3 due to imports failing when running tests. This shows (what i hope) is the correct way of dealing with imports.
2017-02-01 07:20:02 -05:00
def
get_answer
(
)
:
"""
Get an answer.
"""
return
True