Skip to content

import statements could be improved #1

@pelletier2017

Description

@pelletier2017

a couple places I added this statement to get imports to work properly.

import sys
sys.path.append("../")

As I understand it, it makes the default path as the folder above the current directory, this way we can import from test folder to chess folder and vice versa. My goal was to use python packaging with init.py, but I couldn't seem to get the packages to work correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions