You cannot import the main package. Any shared code should go in a separate package, which can be imported by main (and other packages).
You cannot import the main package. Any shared code should go in a separate package, which can be imported by main (and other packages).