add torch import

This commit is contained in:
AccidentallyOnPurpose
2019-12-24 10:16:33 +00:00
committed by GitHub
parent 0990b1ac6e
commit 47bc447195
+1
View File
@@ -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