mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
7 lines
105 B
Python
7 lines
105 B
Python
|
|
|
|
with open('./config/plugin_list.txt') as f:
|
|
required = f.read().splitlines()
|
|
|
|
print(required)
|
|
|