mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Remove whitespace
This commit is contained in:
parent
5636b41dfd
commit
b48ce3f1de
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@ import manimlib.utils.init_config
|
|||
|
||||
def main():
|
||||
args = manimlib.config.parse_cli()
|
||||
|
||||
|
||||
if args.config:
|
||||
manimlib.utils.init_config.init_customization()
|
||||
else:
|
||||
config = manimlib.config.get_configuration(args)
|
||||
scenes = manimlib.extract_scene.main(config)
|
||||
|
||||
|
||||
for scene in scenes:
|
||||
scene.run()
|
||||
|
|
Loading…
Add table
Reference in a new issue