[console_scripts]
create_standard_model = pyramid_oereb.standard.create_standard_models:create_standard_model
create_standard_tables = pyramid_oereb.standard.create_tables:create_standard_tables
create_standard_yaml = pyramid_oereb.standard.create_yaml:create_standard_yaml
drop_standard_tables = pyramid_oereb.standard.drop_tables:drop_standard_tables
load_standard_sample_data = pyramid_oereb.standard.load_sample_data:load_standard_sample

[paste.app_factory]
main = pyramid_oereb:main

