first commit: running at working
This commit is contained in:
20
enteletaor_lib/modules/setup/__init__.py
Normal file
20
enteletaor_lib/modules/setup/__init__.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# # -*- coding: utf-8 -*-
|
||||
#
|
||||
# from .. import IModule
|
||||
#
|
||||
#
|
||||
# # ----------------------------------------------------------------------
|
||||
# class SetupModule(IModule):
|
||||
# """
|
||||
# Long description of module
|
||||
# """
|
||||
#
|
||||
# name = "setup"
|
||||
# description = "long description"
|
||||
#
|
||||
# def params(self):
|
||||
# pass
|
||||
#
|
||||
# def run(self, config):
|
||||
# pass
|
||||
#
|
||||
Reference in New Issue
Block a user