mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
prepare for plugin system
This commit is contained in:
parent
3c851b5478
commit
0b80ff95a3
0
plugin/mysql/__init__.py
Normal file
0
plugin/mysql/__init__.py
Normal file
0
plugin/template/__init__.py
Normal file
0
plugin/template/__init__.py
Normal file
0
plugin/template/template.py
Normal file
0
plugin/template/template.py
Normal file
5
plugin_test.py
Normal file
5
plugin_test.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: cp1252 -*-
|
||||
|
||||
import plugin
|
||||
|
||||
Loading…
Reference in a new issue