Guest User

Untitled

a guest
Dec 17th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. from korisnik import get_clients
  2. from korisnik import registration
  3.  
  4.  
  5. def main():
  6.  
  7. print("Opcija?")
  8. korisnici = get_clients()
  9.  
  10. registration()
  11.  
  12.  
  13.  
  14.  
  15. if __name__ == "__main__":
  16. main()
Add Comment
Please, Sign In to add comment