Added new features for create and regenerate modules
This commit is contained in:
parent
11dd833f08
commit
934e4e1a1b
4 changed files with 37 additions and 2 deletions
7
paramecio/frontend/create_module.py
Normal file
7
paramecio/frontend/create_module.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
from paramecio.create_module import start
|
||||
|
||||
start()
|
||||
|
||||
|
||||
7
paramecio/frontend/regenerate.py
Normal file
7
paramecio/frontend/regenerate.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
from paramecio.create_module import regenerate_modules_config
|
||||
|
||||
regenerate_modules_config()
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue