mirror of
https://github.com/3b1b/manim.git
synced 2025-08-19 21:08:53 +00:00
Add support for debugger launch
This commit is contained in:
parent
1f6e911d60
commit
41120b096e
1 changed files with 3 additions and 0 deletions
|
|
@ -15,3 +15,6 @@ def main():
|
||||||
|
|
||||||
for scene in scenes:
|
for scene in scenes:
|
||||||
scene.run()
|
scene.run()
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
main()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue