Create action submodule, add various examples
This commit is contained in:
10
examples/config_loading.py
Normal file
10
examples/config_loading.py
Normal file
@ -0,0 +1,10 @@
|
||||
"""config_loading.py"""
|
||||
|
||||
from falyx.config import loader
|
||||
|
||||
flx = loader("falyx.yaml")
|
||||
|
||||
if __name__ == "__main__":
|
||||
import asyncio
|
||||
|
||||
asyncio.run(flx.run())
|
Reference in New Issue
Block a user