attoworld.personal

This module will contain personal modules from our coworkers, allowing for easier sharing of data processing files that utilize functions that might not otherwise be of general use.

 1"""
 2This module will contain personal modules from our coworkers, allowing for easier sharing
 3of data processing files that utilize functions that might not otherwise be of general use.
 4"""
 5
 6from . import nick
 7from . import vlad
 8from . import marco
 9
10__all__ = ["nick", "vlad", "marco"]