self.st removed from App class

self.st added to Main class
Renamed class: App -> DataPreprocessing
Renamed file: app.py -> data_preprocessing.py
Changed the application class's function types to staticmethod
This commit is contained in:
ayxan
2022-07-17 20:50:49 +04:00
parent 54302b38d8
commit ad1ba1717d
8 changed files with 751 additions and 644 deletions

3
.gitignore vendored
View File

@@ -1 +1,2 @@
__pycache__
__pycache__
venv