mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +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:
|
||||
scene.run()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Reference in a new issue