add: schedule for today and tomorrow; update: showing data
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from lib import grades as gr
|
||||
from lib import networking as nw
|
||||
from lib import schedule_week as sw
|
||||
from lib import schedule_tdy_tmr as st
|
||||
|
||||
if __name__ == "__main__":
|
||||
user = str(input("Zadejte přihlašovací jméno: "))
|
||||
@@ -15,3 +16,4 @@ if __name__ == "__main__":
|
||||
#sw.schedule_week_to_file()
|
||||
#gr.grades_to_file()
|
||||
#sw.schedule_week_from_file()
|
||||
st.show_schedule_tdy_tmr()
|
||||
Reference in New Issue
Block a user