7 lines
107 B
Python
7 lines
107 B
Python
# import sys
|
|
# print(sys.path)
|
|
|
|
import competitionNotificationReader
|
|
|
|
competitionNotificationReader.main()
|