This website requires JavaScript.
Explore
Help
Sign In
Firewalkers
/
Background-Daemon
Watch
1
Star
0
Fork
You've already forked Background-Daemon
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
7ef7a3aebe
Background-Daemon
/
plugins
/
__init__.py
4 lines
95 B
Python
Raw
Normal View
History
Unescape
Escape
Update plugins to new class-based structure
2020-12-31 01:32:03 +01:00
from
.
fuel_check
import
FuelCheck
Add AirBags to plugins/__init__.py
2020-12-31 01:34:18 +01:00
from
.
air_bags
import
AirBags
plugins
=
[
FuelCheck
,
AirBags
]