Python - Modules and Code Organization
This
When importing the package, you get an error:
__init__.py file contains:import os
def start():
print("Starting")
When importing the package, you get an error:
IndentationError. What is the problem?