diff --git a/tdf.py b/projects/tdf.py similarity index 100% rename from tdf.py rename to projects/tdf.py diff --git a/ubuntu.py b/projects/ubuntu.py similarity index 95% rename from ubuntu.py rename to projects/ubuntu.py index 26baa9a..b02f05b 100644 --- a/ubuntu.py +++ b/projects/ubuntu.py @@ -1,5 +1,5 @@ """ -Contains Trisquel class +Contains ubuntu class """ import os diff --git a/projects/vlc.py b/projects/vlc.py new file mode 100644 index 0000000..d1aa312 --- /dev/null +++ b/projects/vlc.py @@ -0,0 +1,8 @@ +""" +Contains vlc class +""" + +from project import Project + +class vlc(Project): + """vlc class""" \ No newline at end of file diff --git a/vlc.py b/vlc.py deleted file mode 100644 index 407392b..0000000 --- a/vlc.py +++ /dev/null @@ -1,8 +0,0 @@ -""" -Contains vlc class -""" - -from distro import Distro - -class vlc(Distro): - """vlc class""" \ No newline at end of file