intro configuration support pkg

This commit is contained in:
protolambda
2019-04-07 17:02:20 +10:00
parent 9f32995693
commit 9eb640dd3b
8 changed files with 65 additions and 7 deletions

View File

@@ -1,7 +1,8 @@
import sys
from typing import List
def get_lines(file_name):
def get_spec(file_name) -> List[str]:
code_lines = []
pulling_from = None
current_name = None