-
Notifications
You must be signed in to change notification settings - Fork 1
Home
David W Wright edited this page Oct 21, 2019
·
10 revisions
- BAC 2 Development Overview
- BAC 2 Development Schedule
- Proposed New BAC Design
- API Specification
- Overview of BAC usage models
- Code should support Python 3.6
- Python code should be formatted to PEP8 compliance
- Functionality should be implemented in a modular, object oriented way.
- Each class should be saved to its own file, and init.py should be configured such classes can be imported with the module name, e.g.:
from classone import ClassOne
from classtwo import ClassTwo