From 47bc4471954860dd86e94ff96b91a1bde6b8ecc1 Mon Sep 17 00:00:00 2001 From: AccidentallyOnPurpose <4935931+AccidentallyOnPurpose@users.noreply.github.com> Date: Tue, 24 Dec 2019 10:16:33 +0000 Subject: [PATCH] add torch import --- play.py | 1 + 1 file changed, 1 insertion(+) diff --git a/play.py b/play.py index d2b6deb..d912566 100644 --- a/play.py +++ b/play.py @@ -3,6 +3,7 @@ with open(Path('interface', 'start-message.txt'), 'r') as file: print('\x1B[7m'+file.read()+'\x1B[27m') import gc import random +import torch import textwrap from random import shuffle from shutil import get_terminal_size