Exemplo n.º 1
0
	def account_register(self):
		while(True):
			account = Views.account_register()
			self.user.create_account(self.user.id, account[0], account[1])
			self.main_menu()