Fix imports

This commit is contained in:
2021-04-22 00:46:54 +00:00
parent d099ae6965
commit 38f3b0ed67
28 changed files with 167 additions and 169 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
HELP_LINES = []
with open('game.py', 'r') as f:
with open('mosfet/game.py', 'r') as f:
for line in f.readlines():
if line.strip().startswith('## '):
HELP_LINES.append(line.strip()[3:])