RosiePuddles / ETeX

A Python-LeTeX interface to make writing in LaTeX faster and easier
0 stars 0 forks source link

Control * imports #6

Closed RosiePuddles closed 3 years ago

RosiePuddles commented 3 years ago

Need to find how to use __all__ to control what classes and variables get imported when from ETeX.main import * is called

RosiePuddles commented 3 years ago
__all__ = [*'Name of class or function']