__init__.py 227 B

12345678
  1. from .Page_1 import Page_1
  2. from .Page_2 import Page_2
  3. from .Page_3 import Page_3
  4. from .Page_4 import Page_4
  5. from .Plot import Plot
  6. from .globals import *
  7. __all__ = ["Page_1", "Page_2", "Page_3", "Page_4", "Plot", "LARGE_FONT"]