Files

5 lines
64 B
Python

from .distro import main
if __name__ == "__main__":
main()