import game import uczenie_adamO import uczenie_adamB def main(): game.game() if __name__ == '__main__': main()