This website requires JavaScript.
Explore
Help
Sign In
public
/
linux-tools
Watch
1
Star
0
Fork
0
You've already forked linux-tools
Code
Issues
12
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ebbc22dc49
linux-tools
/
modules
/
sample
/
__init__.py
6 lines
85 B
Python
Raw
Normal View
History
Unescape
Escape
Create main file with sample module
2019-12-14 04:11:32 +01:00
from
.
sampleModule
import
SampleModule
Renaming of functions Autoformatting
2019-12-14 04:26:02 +01:00
def
get_module
(
)
:
Create main file with sample module
2019-12-14 04:11:32 +01:00
return
SampleModule
(
)
Reference in New Issue
Copy Permalink