OpenGenus / memes

MIT License
15 stars 15 forks source link

Abstraction : Restructuring project #124

Closed srivkrnt closed 5 years ago

srivkrnt commented 5 years ago

I suggest restructuring the project. We have a setup.py file that can interact with all other files for a successful installation and therefore we can hide irrelevant details(Files) from a user installing the package. A new structure could be .

| root dir

After this we are left with only relevant folder in the root dir of the project and we need to modify module and file imports to support the structure.

Please have a look and claim this issue if you wish to work on this.

teeniv001 commented 5 years ago

@AdiChat @srivkrnt I am claiming this issue.

srivkrnt commented 5 years ago

@teeniv001 Sure Vineet, You may work on this.