new file structure and some changes to the main file

This commit is contained in:
janis
2022-05-16 08:04:15 +02:00
parent 028b94c26c
commit e6634480c6
3 changed files with 9 additions and 3 deletions

View File

@@ -4,10 +4,16 @@ import time
from kivy.uix.screenmanager import ScreenManager
from kivy.uix.popup import Popup
from kivy.lang import Builder
from kivy.clock import mainthread
from kivymd.app import MDApp
from kivymd.uix.screen import MDScreen
from kivy.clock import Clock
import bin.webscratching.top_games
import bin.lib.csv_parsers
topg = bin.webscratching.top_games.TopGamesUpdater()
cvw = bin.lib.csv_parsers.CsvWrite()
cvr = bin.lib.csv_parsers.CsvRead()
version = "alpha 1.0"