Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from Classes import Functions # import the Handlers and Functions
- functions = Functions() # functions object
- # program main flow
- while (1):
- choice = functions.getChoice()
- functions.perform(choice)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement