mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-04-30 06:34:38 +02:00
14 lines
107 B
Python
14 lines
107 B
Python
#!/bin/bash
|
|
|
|
def init():
|
|
pass
|
|
|
|
def uninit():
|
|
pass
|
|
|
|
def enable():
|
|
pass
|
|
|
|
def disable():
|
|
pass
|