Version 1.0
Copyright © 2023 Lowell D. Thomas
python-ini
 … powered by Python APG
__main__.py
Go to the documentation of this file.
1 import sys
2 import os
3 sys.path.append(os.getcwd())
4 print(os.getcwd())
5 from python_ini import help
6 if __name__ == '__main__':
7  help.main()
Python APG, Version 1.0, is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.