1# https://pyrocko.org - GPLv3
2#
3# The Pyrocko Developers, 21st Century
4# ---|P------/S----------~Lg----------
5
6from __future__ import absolute_import, print_function, division
7
8
9def main():
10 from pyrocko.gui.drum import cli
11 cli.main()