__init__.py 106 B

1234567
  1. from site import home, about, send_text_file
  2. __all__ = [
  3. 'home',
  4. 'about',
  5. 'send_text_file'
  6. ]