3 changed files with 24 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||
|
"""EasyEngine GIT module""" |
||||
|
|
||||
|
|
||||
|
class EEGit(): |
||||
|
"""Intialization of core variables""" |
||||
|
def ___init__(): |
||||
|
# TODO method for core variables |
||||
|
pass |
@ -0,0 +1,8 @@ |
|||||
|
"""EasyEngine symbolic link creation module""" |
||||
|
|
||||
|
|
||||
|
class EESymbolicLink(): |
||||
|
"""Intialization for symbolic link""" |
||||
|
def ___init__(): |
||||
|
# TODO method for symbolic link |
||||
|
pass |
@ -0,0 +1,8 @@ |
|||||
|
"""EasyEngine core variable module""" |
||||
|
|
||||
|
|
||||
|
class EEVariables(): |
||||
|
"""Intialization of core variables""" |
||||
|
def ___init__(): |
||||
|
# TODO method for core variables |
||||
|
pass |
Loading…
Reference in new issue