"""
Program to start the application

"""

from RFIDSender import Control

if __name__ == "__main__":
    Control.Start()
    

