# 🌑 routless: Logical Module Loading Abstraction

routless is an infrastructure library designed to solve the exposure of Python module file paths during runtime.

It allows developers to register functions or classes under a simple **logical key (a 'routless Key')**. Other modules can then retrieve these objects using only the key, **without ever knowing the physical file path** where the source code is located.

This feature is ideal for obfuscating project structure, protecting sensitive business logic paths, and improving modularity.

### 📦 Installation

```bash
pip install routless