shlax/tests/shlaxsuccess.py
2021-04-24 14:00:27 +02:00

18 lines
276 B
Python
Executable File

#!/usr/bin/env python
"""
Shlaxfile for shlax itself.
"""
from shlax.shortcuts import *
shlax = Container(
build=Buildah(
base='alpine',
commit='shlaxsuccess',
),
)
if __name__ == '__main__':
print(Group(doc=__doc__).load(shlax).entry_point())