Skip to content

miuml/mi_Python_Modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mi_Python_Modules

You need these modules to run any of the mi_ Python code.

They provide general purpose features such as error handling and file processing used in most mi_ python code.

These files should be in a single directory at the same level as the directory containing your mi_ code.

For example:

Some parent dir/
    Modules/
    mi_Command_Line_Editor/
        miuml.py
        Session.py
        ...
    mi_Postgresql_Function_Code_Generator/
        ...

If you look at the headers in the .py files of code that uses these modules, you will see that they refer to ../Modules

About

All of the other miUML python projects require these modules to be installed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages