Module Filesystem
The module filesystem helps organize where the location of modules are automatically
you have a folder
commune/
Inside you have a folder you have the modules. Modules can be any python class that you want to use. The modules are automatically loaded into the system and can be accessed by the system.
Naming rules:
- The module name must be the same as the file name
- The module name must be unique
- The module name must be a valid python class name
- The module name must be a valid python file name