Create script to read competition data

This commit is contained in:
2024-02-06 18:43:07 +01:00
parent c2a8c2df87
commit 52d25a2ddd
5 changed files with 47 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
# import sys
# print(sys.path)
import competitionNotificationReader
competitionNotificationReader.main()