1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

# http://pyrocko.org - GPLv3 

# 

# The Pyrocko Developers, 21st Century 

# ---|P------/S----------~Lg---------- 

 

from __future__ import absolute_import, print_function 

 

from pyrocko import squirrel as sq 

 

from .. import common 

 

 

def setup(subparsers): 

p = common.add_parser( 

subparsers, 'init', 

help='Create local environment.') 

 

return p 

 

 

def call(parser, args): 

sq.init_environment()