Advertisement
cendolinside

MainUI.py

Aug 31st, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. from tkinter import *
  2. from UIinput import UIinput
  3. from getset import getset
  4.  
  5.  
  6. if __name__ == '__main__':
  7.     UIinput.inputDat()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement