manim/example_scenes
2020-05-28 21:43:58 +02:00
..
basic.py The __init__ file is executed when the user imports our package, so this is the natural file to place all imports. This removes the necessity for a separate imports.py file. Also, the main entrypoint has been moved from __init__.py to __main__.py, as intended by python packaging standards. Finally, the extract_scene.py module is not an entrypoint so it does not require a if __name__ == __main__ clause. Finally, this commit also fixes a typo (extra trailing comma) in requirements.py 2020-05-24 18:27:26 -04:00
customtex.py Completely rewritten TeX template management 2020-05-28 21:43:58 +02:00