This page documents the current source layout and future automation goals.
anet/ ├── server/ │ ├── telnet.py │ ├── session.py │ ├── terminal.py │ └── database.py ├── sysop/ │ └── main.py ├── data/ │ ├── bbstext.txt │ └── anet.db ├── config.py └── run_server.py
Planned tooling:
This will allow the wiki to remain synchronized with the codebase as development progresses.