pyutl/pysyspath3
Josue Gomez 2d12eeffd1 Version 2
new version of pytutils
2019-03-10 04:20:04 -06:00

11 lines
113 B
Python
Executable File

#!/usr/bin/env python3
import pyutils as utl
def main():
utl.pysyspath()
if __name__ == "__main__":
main()