diff --git a/.gitignore b/.gitignore index 1ab62f6..630e08e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Repository Specific files/folders /specs/data/** +# Temporary Files {REMOVE IN FINAL RELEASE(S)} +main.py + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/specs/app.py b/specs/app.py new file mode 100644 index 0000000..2bf7818 --- /dev/null +++ b/specs/app.py @@ -0,0 +1,19 @@ +class SpecsWindows(object): + def __init__(self): + pass + + @property + def mobo(): + pass + + @property + def cpu(): + pass + + @property + def gpu(): + pass + + @property + def os(): + pass \ No newline at end of file diff --git a/specs/msinfo32.py b/specs/msinfo32.py new file mode 100644 index 0000000..e69de29