iibykov / cotletico-manager

4 stars 0 forks source link

Move classes into separate modules #5

Closed iibykov closed 2 years ago

iibykov commented 2 years ago

Currently all classes are in the same py-file. When there is a lot of code, work with it will be difficult. It is necessary to move the classes into separate modules and then import them if needed. For example, in the Team module, we will need to use the Player class.